Open dorneanu opened 7 years ago
Hi! I'm currently using bureaucracy along with struct. I am able to use the fields inside the lookup schema like this:
bureaucracy
struct
<form> Action template users:mitgliedtpl "mitglied:@@mitglieder.vorname@@" ... struct_schema "mitglieder" ! submit "Neues Mitglied" </form>
After a new entry being created, the page mitglied:<name> is created. So this works very well. However, I'd like to have those values inserted into the lookup schema as well. Any ideas how I could do this?
mitglied:<name>
Greetings from Berlin :)
https://github.com/cosmocode/dokuwiki-plugin-struct/pull/368
Hello,
Just add the following action line :
action struct_lookup
in your script.
Hi! I'm currently using
bureaucracy
along withstruct
. I am able to use the fields inside the lookup schema like this:After a new entry being created, the page
mitglied:<name>
is created. So this works very well. However, I'd like to have those values inserted into the lookup schema as well. Any ideas how I could do this?Greetings from Berlin :)