- Added CDateTime component (to save in the db)... in the component CGridTableRec and for CEventsCalendar
This commit is contained in:
@@ -228,7 +228,9 @@ export interface IColGridTable {
|
||||
action?: any
|
||||
askaction?: string
|
||||
foredit?: boolean
|
||||
fieldtype?: string
|
||||
fieldtype?: number
|
||||
jointable?: string
|
||||
resultjoin?: string[]
|
||||
visuonlyEditVal?: boolean
|
||||
}
|
||||
|
||||
|
||||
@@ -28,6 +28,11 @@ password?: string
|
||||
lang
|
||||
*/
|
||||
|
||||
export interface IPerm {
|
||||
_id: number
|
||||
label: string
|
||||
}
|
||||
|
||||
export interface IUserState {
|
||||
my: IUserFields
|
||||
lang?: string
|
||||
@@ -43,6 +48,8 @@ export interface IUserState {
|
||||
isLogged?: boolean
|
||||
isAdmin?: boolean
|
||||
isManager?: boolean
|
||||
isTeacher?: boolean
|
||||
usersList?: IUserFields[]
|
||||
permissionsList?: IPerm[]
|
||||
countusers?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user