I would like to know if it's possible to make an admin generator based module to use a different SQL request for the 'list' action depending on the credential of the connected user ...In practice, I have two credential admin and operator and I show a lisitng of orders : I would like that the 'admin' shows all of the orders whereas the 'operator' can only shows the orders where the boolean column 'is_verrou' is equal to false ... how can I do that natively or with a hack ?
Thanks :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
