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

Add an event before target page id is built #281

Closed annda closed 4 years ago

annda commented 4 years ago

This event can be used instead of the later PLUGIN_BUREAUCRACY_TEMPLATE_SAVE. Plugins can supply their field values early so that they can be used in page ids.

I tested this event with the action template and the struct plugin (including saving to the database).