Ticket #4 (closed task: fixed)
resolve default view for content objects
| Reported by: | justin | Owned by: | brent |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | General | Version: | New Orleans 2.0.0-rc1 |
| Keywords: | Cc: |
Description
New content objects based on AT types do not always resolve to the appropriate view.
- investigate base_view
Change History
Note: See
TracTickets for help on using
tickets.

We have refactored the actions into the ec mixin classes. The one action that all objects now share is view. In default archetypes the default view is base_view. The result is that the default view for all of our objects used the archtype generated view. Adding in a view action ensures that each object will use the default view specified in the object's instance variable.