Fix duplicate term name entry in edit form - Refs BT#7683

pull/2487/head
José Loguercio 7 years ago
parent dbffde52bd
commit 5b37ab491e
  1. 1
      main/glossary/index.php

@ -115,7 +115,6 @@ switch ($action) {
// Setting the form elements
$form->addElement('header', get_lang('TermEdit'));
$form->addElement('hidden', 'glossary_id');
$form->addElement('text', 'name', get_lang('TermName'));
if (api_get_configuration_value('save_titles_as_html')) {
$form->addHtmlEditor(
'name',

Loading…
Cancel
Save