Implemented descriptionformat in edit function
This commit is contained in:
		
							parent
							
								
									324567a2ca
								
							
						
					
					
						commit
						77d7d74c2f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -316,7 +316,7 @@ class studyplan { | |||
|      */ | ||||
|     public function edit($fields) : self { | ||||
|         global $DB; | ||||
|         $editable = ['name', 'shortname', 'description', 'idnumber', 'context_id', 'aggregation', 'aggregation_config']; | ||||
|         $editable = ['name', 'shortname', 'description', 'descriptionformat', 'idnumber', 'context_id', 'aggregation', 'aggregation_config']; | ||||
|         $info = ['id' => $this->id, ]; | ||||
|         foreach ($editable as $f) { | ||||
|             if (array_key_exists($f, $fields)) { | ||||
|  |  | |||
		Reference in a new issue
	
	 PMKuipers
						PMKuipers