- Finished Booking an Event

- Starting UsersList (creating CGridTableRec component to view and edit a db table)
This commit is contained in:
Paolo Arena
2019-10-13 20:44:05 +02:00
parent cebe1208de
commit c5a19f2d70
7 changed files with 125 additions and 26 deletions

View File

@@ -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()
},

View File

@@ -0,0 +1,7 @@
module.exports = {
fieldsUserToChange() {
return ['username', 'email', 'name', 'surname', 'perm', 'date_reg']
}
};