Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0c4efd39

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 0c4efd395e7b759d0315d7f8be0857f4b9c2850e
  • Vorgänger 857686cf
  • Nachfolger 815cf361

Pflichtenhefte: Textlocktitel beim Einfügen setzen, falls noch nicht gesetzt

Unterschiede anzeigen:

templates/webpages/requirement_spec_text_block/_form.html
67 67

  
68 68
  var title_ctrl = $('#[% id_base %]_title');
69 69

  
70
  if (   ((title_ctrl.val() || '') != '')
71
      && ((pt.title         || '') != '')
72
      && confirm('[%- LxERP.t8("Do you want to overwrite your current title?") %]'))
70
  if (   ((pt.title         || '') != '')
71
      && (   ((title_ctrl.val() || '') == '')
72
          || confirm('[%- LxERP.t8("Do you want to overwrite your current title?") %]')))
73 73
    title_ctrl.val(pt.title);
74 74

  
75 75
  if ((pt.text || '') != '') {

Auch abrufbar als: Unified diff