10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java25,266 stars (25,266 stars)9,474 forks (9,474 forks)batch import
component:coreenhancementgood first issueimported-jira-issueplugin-managerpriority:minorresolution:unresolvedux
- Issue type
- feature
- Research direction
- Investigate the current sorting implementation for the Enabled column in the Plugin Manager's Installed tab. Check the Jelly view files (e.g., PluginManager/index.jelly) and any associated JavaScript sorting logic. The expected behavior is to sort into three groups: enabled, enabled but cannot be disabled, and disabled. Focus on modifying the comparator to achieve this three tier sort. Refer to the attached screenshot for the existing UI. Look for any prior discussion in the issue comments (10 comments) for hints on the approach.