Fixes issue #2415 - Subcategories are not alphabetically ordered like Categories#2429
Fixes issue #2415 - Subcategories are not alphabetically ordered like Categories#2429HairyHook wants to merge 4 commits into
Conversation
First change required to fix subcategories not sorted alphabetically. Signed-off-by: HairyHook <63165721+HairyHook@users.noreply.github.com>
Signed-off-by: HairyHook <63165721+HairyHook@users.noreply.github.com>
Signed-off-by: HairyHook <63165721+HairyHook@users.noreply.github.com>
Update categories_controller.rb
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe ChangesCategory Hierarchy Ordering
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The One thing to flag explicitly: the controller change from That's probably the correct UX (and matches how the deletion confirmation page already renders categories), just confirming it's the intended behavior per issue #2415 rather than an accidental scope swap. Generated by Claude Code |
Details in #2415 (comment)
Fully tested the fix and the subcategories are now alphabetically ordered, following the same logic as Categories.
Summary by CodeRabbit