- Finished Booking an Event
- Starting UsersList (creating CGridTableRec component to view and edit a db table)
This commit is contained in:
@@ -32,6 +32,12 @@ module.exports = {
|
||||
MAX_PHASES: 5,
|
||||
FIRST_PROJ: '__PROJECTS',
|
||||
EXECUTE_CALCPROJ: true,
|
||||
|
||||
Permissions: {
|
||||
Normal: 0,
|
||||
Admin: 1,
|
||||
},
|
||||
|
||||
getHostname: function () {
|
||||
return os.hostname()
|
||||
},
|
||||
|
||||
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