[Flow] Flow\Security\Account returned wrongly

Nicola Cerchiari nicola.cerchiari at gmail.com
Sat Jun 20 14:54:24 CEST 2015


Hi all,
I'm facing a very "strange" problem on a project based on Flow 3.0.x.
I have an entity with 2 properties set as \TYPO3\Flow\Security\Account.
The 2 properties get persisted correctly and I can see the correct
persistence_object_identifier(s) on the db table of the main entity.

The problem is that when I retrieve the main entity and try to show
something like *{entity.property.accountidentifier}* I get always the same
accountidentifier even if the two properties are set differently in the db.

I tried the same way even in the controller with:
*$entity->getProperty()->getAccountIdentifier()*
and i obtain the same result for both properties: no matter what identifier
is set in the db, I get always the same AccountIdentifier for both the
properties.

Anyone has a clue about this? What am i doing wrong?

Thanks in advance,
Nicola


More information about the Flow mailing list