The idea of this request was to show somewhere if and where any tags were being used to modify pages used by the enabled modules for a program. I think a page that shows this information for all modules would be pretty difficult (how would you figure out where tags are being used?). An easier implementation may be to show a banner on a page if it is being impacted by a tag (and which one, with maybe a link to the tag definition in the admin panel), similar to the banner implemented in #2325. However, the tricky thing would be that you might need to manually include a context variable in EVERY view to tell the template if we are using a tag or not.
Reported at SplashCon2020 by MIT.
The idea of this request was to show somewhere if and where any tags were being used to modify pages used by the enabled modules for a program. I think a page that shows this information for all modules would be pretty difficult (how would you figure out where tags are being used?). An easier implementation may be to show a banner on a page if it is being impacted by a tag (and which one, with maybe a link to the tag definition in the admin panel), similar to the banner implemented in #2325. However, the tricky thing would be that you might need to manually include a context variable in EVERY view to tell the template if we are using a tag or not.
Reported at SplashCon2020 by MIT.