The content security policy menu item should be "Content Security Policy"
The content security policy menu item has "com_csp" as text
Joomla! 4.0.0-alpha8-dev Development [ Amani ] 9-March-2019 13:41
After clicking on the content security policy menu item the menu item text is changed to "Content Security Policy" as it should be.
Labels |
Added:
?
|
I don’t think so.
Status | New | ⇒ | Information Required |
I thought this was not going to be in the menu anyway but only in the dashboard
I won't be - there's a PR somewhere to do that. But it's just a weird bug
Status | Information Required | ⇒ | Discussion |
Category | ⇒ | com_csp |
I think the problem is in line 17 https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_csp/csp.xml, The menu tag should enclose Content Security Policy
instead of com_csp
. The component might need a fresh install after changing.
The menu tag should enclose Content Security Policy instead of com_csp.
No it should not as this is the place where the language string com_csp should be used.
Banners and most of the other components is using the same: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_banners/banners.xml#L32 ;)
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-31 18:24:34 |
Closed_By | ⇒ | wilsonge |
Is this related to #24202?