Roundup Tracker - Issues

Message2225

Author jpend
Recipients
Date 2007-09-20.22:10:04
Message-id
In-reply-to
I don't have a solution for this but I think this is another victim of "ids are strings and not ints". We force Link and Multilink values to be strings and then we need to determine whether that string is an id or a key during the creation. Currently we assume it is an id if it matches a number regexp and a key otherwise. This breaks down when the keys are also integers.
History
Date User Action Args
2009-02-03 14:21:43adminlinkissue1444214 messages
2009-02-03 14:21:43admincreate