Hi dear Nicolas
in the custom filed view when echo var_dump $formData no display custom ACL data value which user group selected view manage or delete
but in config view when echo var_dump $formData I see in output selected ACL data.
in config view when save ACL and echo var_dump($formData) see output this:
string '7,2,3,4,5,8,' (length=12)
string '7,2,3,4,5,8,' (length=12)
string '6,7,2,3,4,5,8,' (length=14)
and
('acl_affiliates_view','7,2,3,4,5,8,'),
('acl_affiliates_manage','7,2,3,4,5,8,'),
('acl_affiliates_delete','6,7,2,3,4,5,8,'),
and database config_namekey and config_value this is:
acl_affiliates_view 7,2,3,4,5,8,
acl_affiliates_manage 7,2,3,4,5,8,
acl_affiliates_delete 6,7,2,3,4,5,8,
how can get custom ACL data in custom field view?
thank you so much