Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed
GenericListMixin
and some related adjustments
- Defining `index` method becomes a necessity without `GenericListMixin` in the picture - `show_list` was adjusted to build the tree first, followed by the node setup, and lastly calling the method `process_show_list` - `show` should call `super` for nested display lists, but should hand over the control to the tree via `redirect_to :action => "show_list"` for showing the top-level list records
- Loading branch information