JLIB_RULES_SETTING_NOTES_ITEM_COM_CATEGORIES
is not used after apply PR #35424
Open category edit form and switch to tab Permissions.
Same text as before the PR -> language string from com_categories.ini
is used
Standard text for components -> language string from lib_joomla.ini
is used
J4.2.4 and J4.3-dev
Labels |
Added:
No Code Attached Yet
|
Missing "section"? In addition to the component, it is also needed.
Maybe. But the bigger problem is that here we are not in com_categories, we are in com_content. URL is option=com_categories&view=category&layout=edit&id=2&extension=com_content
, and it seems the extension
parameter is the relevant one.
When I change the language string constant from JLIB_RULES_SETTING_NOTES_ITEM_COM_CATEGORIES
to LIB_RULES_SETTING_NOTES_ITEM_COM_CONTENT_CATEGORY
, the right test is shown.
Of course we can't just rename that string. We have to deprecate the old one, and I have to check if the same applies to the other string from PR #35424 , too.
I will make a PR soon.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-11-13 12:43:44 |
Closed_By | ⇒ | richard67 |
Missing "section"? In addition to the component, it is also needed.