dokuwiki-plugin-data icon indicating copy to clipboard operation
dokuwiki-plugin-data copied to clipboard

page alias seems not to work with bureaucracy forms

Open tillbiskup opened this issue 10 years ago • 1 comments

In a fresh wiki install with only the standard plugins installed trying to use the page alias for bureaucracy forms as described on the plugin's wiki homepage

https://www.dokuwiki.org/plugin:data#bureaucracy_plugin_and_type_aliases

seems not to work. Only a bare textbox is shown, no page suggestions.

Server log files don't give any hint, either.

Any ideas what could be missing?

tillbiskup avatar Mar 25 '15 19:03 tillbiskup

My error was to assume that you can alias existing fields. e.g. I created an alias publish with allowed values yes, no. The solution was to rename the field in the wikipage to publish_bool and create a type alias bool with allowed values yes, no.

saerdnaer avatar Sep 21 '16 23:09 saerdnaer