Actions
Defect #44273
closedApplications item is not highlighted in the administration menu
Resolution:
Fixed
Affected version:
Description
The admin menu does not highlight the current menu item in sidebar when the admin user is on the Outh2 Application page. This patch adds the menu item highlight.
Before:

After:

A patch is provided based on RM 6.1.3.
Files
Updated by Go MAEDA about 1 month ago
- File add_menu_item_highlighting_on_oauth_application_controllerーv2.patch add_menu_item_highlighting_on_oauth_application_controllerーv2.patch added
- Target version changed from Candidate for next minor release to 6.1.4
Thank you for reporting this and for the patch.
I made two changes to the patch:
- Removed
include Redmine::MenuManager::MenuControllerfromOauth2ApplicationsController.ApplicationControlleralready includes it, somenu_itemis available through inheritance. - Added an assertion to the existing system test in
test/system/oauth_provider_test.rb
Setting the target version to 6.1.4.
Updated by Go MAEDA about 1 month ago
- Subject changed from Add menu item highlighting on oauth application controller to Applications item is not highlighted in the administration menu
Updated by Go MAEDA about 1 month ago
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24903. Thank you for catching and fixing the issue.
Actions