I would like to not display the popup on all administrative pages. I initially used the "exclude paths" textarea with admin/* but it does not work for some specific pages such as node/add/[node-type]. We can, of course, be more restrictive with some url such as node/add/* but it may not always be possible.

My suggestion is to add a checkbox to exclude the popup from all admin pages and use the path_is_admin() function to perform it.

See attached patch.

CommentFileSizeAuthor
#2 exclude_admin_page-2737445-1.patch2.02 KBvbouchet

Comments

vbouchet created an issue. See original summary.

vbouchet’s picture

StatusFileSize
new2.02 KB
vbouchet’s picture

Status: Active » Needs review
nikunjkotecha’s picture

Status: Needs review » Reviewed & tested by the community

Verified, it's working as documented.

  • svenryen committed 3ff9f2f on 7.x-1.x authored by vbouchet
    Issue #2737445 by vbouchet: Exclude all administrative pages
    
svenryen’s picture

Status: Reviewed & tested by the community » Closed (fixed)