Agent editor privilege upgraded to allow updates without deletion.
Many of you wanted more control over who can add, update and delete data in your YGL database. Originally, YGL has only one privilege allowing add, update and deletion of listings and landlords. Admins cannot give user the privilege to just add and update, but no deletion.
To solve that problem, we split the Editor privilege into 3 minor privileges: Add, Update and Delete. This will allow an admin to further control user access rights. You can update a user privilege by going to the Agent Details page and click on the Update link.

update agents set roles = REPLACE(roles, ‘EDITOR’, ‘ED-ADD,ED-UPDT,ED-DEL’) where roles like ‘%EDITOR%’








