Route edit modal shows grey page then disappears #102
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#102
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
Clicking the Edit button on a route in
/routesshows a grey/blank page briefly, then returns to the Routes page. The edit modal never renders.Steps to reproduce
/routesExpected
Edit modal should open with priority, auto_approve, and keywords fields.
Impact
Blocks keyword management and auto_approve configuration — core v1.3.0 features are untestable.
Location
app/Livewire/Routes.php(openEditModal) +resources/views/livewire/routes.blade.php(edit modal section)