Fix broken post URL helper and remove dead code#233
Conversation
📝 WalkthroughWalkthroughThis pull request removes deprecated route aliases from admin panel endpoints, eliminates unused utility functions and settings, and strips test helper methods and data structures. The "/admin-panel/" URL routes are removed while keeping "/admin/" routes intact; utility functions are refactored or deleted; and test page objects are simplified by removing numerous interaction helpers. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 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 |
Summary
url_idcontext helper to pass the correct argument shape toget_post_url_id_from_postpost_config.js, unused time helpers, unusedBREAKER_TEXTsetting)/admin-panel/*) and keep canonical/admin/*routesValidation
make cimake test(62 passed)Notes
/admin-panel/*route aliases;/admin/*routes remain unchanged.Summary by CodeRabbit