Task #185
NethService User and Group modules
Status: | CLOSED | Start date: | 05/25/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | Estimated time: | 4.00 hours | |
Target version: | Phi |
Description
Implement those modules to search for framework missing features.
Related issues
Associated revisions
Refs #185. Added signalAllEventsAsync()
in Standard module.
requireEvent
now supports the third argument ($callback).- Event arguments can be also callback functions. If a callback function
is set as an event arguments it will be invoked when the event is signaled
to obtain the actual argument value.
Refs #185. Integrated TableModify requireEvent
calls with Standard implementation.
Refs #185. Fixed parameter binding in TableModify.
Refs #185. Implemented a basic User Management module.
Supports create, update, delete actions on system accounts, by signaling proper SME server events: user-create, user-modify, user-delete.
History
#1 Updated by Davide Principi about 10 years ago
- Status changed from ON_DEV to CLOSED
- Start date set to 05/25/2011
- % Done changed from 0 to 100
A basic User management module has been implemented.
Maybe declaring the events to be signaled in NethService_Module_User
class constructor is too hard.
#2 Updated by Davide Principi almost 10 years ago
- Tracker changed from Feature to Task