This module adds a Views filter to restrict content listings to only show nodes that the current user has permission to edit. It is primarily intended to improve the user experience for content editors on administrative content pages.
This module provides a Views filter to only show the nodes that the current user is allowed to edit. This is typically useful as an UX improvement for editors on the /admin/content page.
Note: because of the way core deals with node access (for performance reasons), this module may not take into account some node access modules which change the update access without updating the node access registry.