ProblematicAclManagerBundle icon indicating copy to clipboard operation
ProblematicAclManagerBundle copied to clipboard

Set object identity identifier

Open r3m4k3 opened this issue 9 years ago • 1 comments

I want to set the object identity identifier for class permission. Now it's set from ACE identifier. It would be great to set ACE as ObjectIdentity.

r3m4k3 avatar Nov 20 '15 10:11 r3m4k3

My solution is - create an empty object and with setter and as id set my own string name.

$tmp = new Page(); $page->setId('literal_name');

Is there any solution? This one is not an elegant one. :/

r3m4k3 avatar Nov 20 '15 11:11 r3m4k3