splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

template destination in current ns #341

Open pzi42 opened 1 month ago

pzi42 commented 1 month ago

my little question is how to define a relative destination path starting in the current namespace of the caller, not of the position where the template is located.

example: page avail - my_worknamespace:examplespace1:start my_worknamespace:examplespace2:start

both pages include a button calling a form located at :templates:forms:myform both start pages call the same form,

myform uses action template and is using folowing template :templates:newpage so what ist the destionation entry to create a new page in examplespace1 if called from examplespace1 and create a newpage in examplespace2 if called from examplespace2.