Merge pull request #5945 from christianbeeznest/fixes-updates58

Learnpath: Make lp_author field optional and save correctly
pull/5946/head
christianbeeznest 10 months ago committed by GitHub
commit bbbf6f0589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      public/main/lp/lp_edit.php

@ -112,10 +112,10 @@ if ('true' === api_get_setting('allow_course_theme')) {
// Author
$form->addHtmlEditor(
'html_editor',
'lp_author',
get_lang('Author'),
['size' => 80],
false,
false,
['ToolbarSet' => 'LearningPathAuthor', 'Width' => '100%', 'Height' => '200px']
);
$form->applyFilter('lp_author', 'html_filter');

Loading…
Cancel
Save