mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-27 15:08:41 +00:00
phpcbf
This commit is contained in:
parent
d7ed665d72
commit
c49a439ee8
|
|
@ -19,7 +19,6 @@ use phpOMS\Module\UpdateAbstract;
|
|||
use phpOMS\System\File\Directory;
|
||||
use phpOMS\Module\InfoManager;
|
||||
|
||||
|
||||
/**
|
||||
* Navigation class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
abstract class PermissionState extends Enum
|
||||
{
|
||||
/* public */ const DASHBOARD = 1;
|
||||
/* public */ const EVENT = 2;
|
||||
/* public */ const CALENDAR = 3;
|
||||
/* public */ const EVENT = 2;
|
||||
/* public */ const CALENDAR = 3;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,4 +34,4 @@ class BaseView extends View
|
|||
$this->calendar = $data[0];
|
||||
return parent::render();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,4 +39,4 @@ class BaseView extends View
|
|||
$this->id = $data[0];
|
||||
return parent::render();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
(function (omsModule, undefined) {
|
||||
omsModule.Calendar = function () {
|
||||
this.layout = omsModule.Calendar.layout.BLOCKS;
|
||||
this.interval = null;
|
||||
this.layout = omsModule.Calendar.layout.BLOCKS;
|
||||
this.interval = null;
|
||||
this.selectedElement = null;
|
||||
this.subCalendars = [];
|
||||
this.subCalendars = [];
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user