Item10512: topic not working correctly with newly generated pages
Priority: Normal
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: FormPlugin
Branches:
Hello,
if I use something like
%STARTFORM{
name="new"
action="edit"
topic="%TOPIC%AUTOINC001"
}%
...
%ENDFORM%
then the URL in the browser's address line looks correct but it reproducibly opens
Item10512 for editing.
Everything works like expected once I use explicit <form></form> tags. Is this a bug in
FormPlugin (Release 1.6.2)?
--
ChristophScheurer - 19 Mar 2011
The string AUTOINC followed by one or more digits anywhere in the topic name will be converted to a number such that the resulting topic name is unique in the target web. However this doesn't happen until the topic is saved.
Checked in FormPlugin 2.0 and works as expected.
--
ArthurClemens - 30 Apr 2011