User tests: Successful: Unsuccessful:
administrator/mod_menu Bug! 'User Notes Category' the sub menu 'Add New Category' is linked to the user category and not to the user.notes category
Greeting
Sebastian
This would actually be the correct behavior. We register the category with the extension com_users.notes in our installation SQL, so creating categories with the extension com_users would technically be incorrect.
https://github.com/joomla/joomla-cms/blob/master/installation/sql/mysql/joomla.sql#L205
Committed via eclipse.
There are no Users Categories, so the original link does work.
This patch just changes the title of the new page to
Category Manager: Add A New Notes Category
Instead of
Category Manager: Add A New Users Manager category
Please open a tracker on joomlacode and cross reference here.