- Added CDateTime component (to save in the db)... in the component CGridTableRec and for CEventsCalendar
This commit is contained in:
@@ -1,9 +1,22 @@
|
||||
export const shared_consts = {
|
||||
|
||||
Permissions: {
|
||||
Normal: 0,
|
||||
Admin: 1,
|
||||
Manager: 2,
|
||||
Normal: {
|
||||
value: 0,
|
||||
label: '[None]'
|
||||
},
|
||||
Admin: {
|
||||
value: 1,
|
||||
label: 'Admin'
|
||||
},
|
||||
Manager: {
|
||||
value: 2,
|
||||
label: 'Manager'
|
||||
},
|
||||
Teacher: {
|
||||
value: 4,
|
||||
label: 'Teacher'
|
||||
}
|
||||
},
|
||||
|
||||
MessageOptions: {
|
||||
|
||||
Reference in New Issue
Block a user