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
- Tracker changed from Patch to Defect
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Updated by Go MAEDA 14 days 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.
Actions