Pflichtenhefte: Textlocktitel beim Einfügen setzen, falls noch nicht gesetzt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 15 Jul 2013 14:35:09 +0000 (16:35 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:09:06 +0000 (13:09 +0200)
templates/webpages/requirement_spec_text_block/_form.html

index 57462bb..425a584 100644 (file)
@@ -67,9 +67,9 @@ function insert_selected_predefined_text() {
 
   var title_ctrl = $('#[% id_base %]_title');
 
-  if (   ((title_ctrl.val() || '') != '')
-      && ((pt.title         || '') != '')
-      && confirm('[%- LxERP.t8("Do you want to overwrite your current title?") %]'))
+  if (   ((pt.title         || '') != '')
+      && (   ((title_ctrl.val() || '') == '')
+          || confirm('[%- LxERP.t8("Do you want to overwrite your current title?") %]')))
     title_ctrl.val(pt.title);
 
   if ((pt.text || '') != '') {