Controllers with aliases are no longer working correctly #128
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#128
Loading…
Add table
Add a link
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?
With the new
__runAction()
method in theHazaar\Contoller\Basic
class we check that the requested controller is actually the currentl controller and if not, we have made a poor assumption that we have ended up in this controller because we've been re-routed to the default controller. I completely forgot that it's possible to be re-routed to another controller with an alias, which we don't need to worry about as much.I will need to fix up the
__runAction()
method to support alias re-directions.Turns out this wasn't the issue and it was just an incomplete change from
93111e9ebc
closed