Add a filter to the retrieve atts so the can be filtered before the query is made. The idea is to be able to add a filter to permit a user to edit any entry they may have added. This way an extension can be created to hook into this filter check if the current user is an admin, if they are, the can edit all as usual. If the user is not an admin, they will be limited to editing the entries they added. This might require a few other filters so entry counts and such are accurate.
Add a filter to the retrieve atts so the can be filtered before the query is made. The idea is to be able to add a filter to permit a user to edit any entry they may have added. This way an extension can be created to hook into this filter check if the current user is an admin, if they are, the can edit all as usual. If the user is not an admin, they will be limited to editing the entries they added. This might require a few other filters so entry counts and such are accurate.