[Flow] Storing Identities in an array
Alexander Wende
a_wende at web.de
Mon Aug 25 19:07:15 CEST 2014
Hi,
I build a menu which can link to any action/controller. The ActionArguments are stored as array-in general this works fine.
But when I tried to set up the routes, it didn't work.
After some digging I found the reason:
The identifier in the actionArgument is stored as objectname:<UUID> and not as objectname[__identity]:<UUID>
To assign the Object I used a select viewhelper and set the property attribute to "{menuItem.actionArguments.objectname}" where actionAgruments is the array.
What is the best way to store the object identifier including the "__identity" key?
Thanks in advance
More information about the Flow
mailing list