Feature #34674
NotFoundView is not injected in ActionController
| Status: | Accepted | Start date: | 2012-03-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 0% |
|
| Category: | MVC | |||
| Target version: | - | |||
| PHP Version: | 5.3 | Complexity: | easy | |
| Has patch: | No | |||
| Votes: | 1 (View) |
Description
Should be injected in the ActionController so a user can overwrite it and show its custom NotFoundView when an action does not exist (it is already injected in the NotFoundController).
History
Updated by Robert Lemke over 1 year ago
- Category set to MVC
- Status changed from New to Accepted
- Assignee set to Robert Lemke
- Target version set to 1.1
- PHP Version set to 5.3
- Complexity set to easy
Updated by Karsten Dambekalns about 1 year ago
- Target version deleted (
1.1)
Updated by Simon Schaufelberger 11 months ago
I am not sure but can the NotFoundController not be used for that?