*/
protected function init() {
$this->data['crud'] = 'r';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}
*/
protected function init() {
$this->data['crud'] = 'r';
- $this->data['level'] = 50; // TODO MDL-41040.
+ $this->data['level'] = self::LEVEL_PARTICIPATING;
$this->data['objecttable'] = 'assign_submission';
}
*/
protected function init() {
$this->data['crud'] = 'c';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_PARTICIPATING;
$this->data['objecttable'] = 'assign_submission';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-41040.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign_grades';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign_submission';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-41040.
+ $this->data['level'] = self::LEVEL_PARTICIPATING;
$this->data['objecttable'] = 'assign_submission';
}
*/
protected function init() {
$this->data['crud'] = 'u';
- $this->data['level'] = 50; // TODO MDL-37658.
+ $this->data['level'] = self::LEVEL_TEACHING;
$this->data['objecttable'] = 'assign';
}