- Finished Booking an Event
- Starting UsersList (creating CGridTableRec component to view and edit a db table)
This commit is contained in:
7
server/tools/shared_nodejs.js
Normal file
7
server/tools/shared_nodejs.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
|
||||
fieldsUserToChange() {
|
||||
return ['username', 'email', 'name', 'surname', 'perm', 'date_reg']
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user