- 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

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