Feature #30
Supporting CRUD scenario
Status: | CLOSED | Start date: | 03/30/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | Epsilon | |||
Resolution: | NEEDINFO: |
Description
Some Modules are an expression of a CRUD scenario: Users, groups, networks, i-bays... define how to tackle it.
Subtasks
Associated revisions
Added Table and TableUpdater classes for LocalNetwork module.
Refs #30. This is an incomplete test.
Refs #30: Added Table and TableDialog classes.
Refs #30. Added basic Table view.
Refs #30. Completed CRUD scenario implementation.
- Added support for virtual columns.
- Basic implementation for column
Actions
. - Readonly test case. TODO: Modify test case.
- Added
buildUrl
helper method to Framework and View objects.
Refs #30. Tweaked table dialog form.
- Passing only dbSchema values to TableController to avoid unwanted insertions in database
- Passing
action
value to dialog view.
Refs #30. Fixed ajax choking during Actions column generation.
History
#1 Updated by Davide Principi over 10 years ago
- Category set to 2
- Status changed from NEW to CLOSED
Classes
- NethGui_Core_Module_TableController
- NethGui_Core_Module_TableDialog
- TableActions
- TableController