Open Juergen-aus-Zuendorf opened 3 years ago
This is because latest version of struct allows to mix the page and lookup data in one schema. I wouldn't consider this a bug - I believe it is how it should work. Why do you need to have both action template and action struct_lookup in one form?
I would like to add data as lookup entry and then reference to the same data in the template without copy & paste from one form to another (this is my workaround at the moment).
As you see in my example, the template action uses parameters from both fieldsets.
I have the following form:
After submitting, I go to a filter page to search for all pages with the relevant struct_field "cms_akat.cms-akattyp", and I always get TWO entries, one with pageid and one without.
The aggregation mentioned above looks like this:
Regards Juergen