Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1763c7c7

Von Moritz Bunkus vor fast 16 Jahren hinzugefügt

  • ID 1763c7c7955552695526076864db212a9ef3033c
  • Vorgänger 8468c353
  • Nachfolger 47c3bf62

Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien der Notizen erstellt anstatt eine bereits bestehende Notiz zu aktualisieren.

Unterschiede anzeigen:

bin/mozilla/fu.pl
93 93
  $form->isblank('follow_up_date',   $locale->text('The follow-up date is missing.'));
94 94
  $form->isblank('subject',          $locale->text('The subject is missing.'));
95 95

  
96
  my %params = (map({ $_ => $form->{$_} } qw(id subject body created_for_user follow_up_date)), 'done' => 0);
96
  my %params = (map({ $_ => $form->{$_} } qw(id subject body note_id created_for_user follow_up_date)), 'done' => 0);
97 97

  
98 98
  _collect_links(\%params);
99 99

  
templates/webpages/fu/add_edit_de.html
18 18
  <div class="listtop">[% title %]</div>
19 19

  
20 20
  <input type="hidden" name="id" value="[% HTML.escape(id) %]">
21
  <input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]">
21 22
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
22 23
  <input type="hidden" name="POPUP_MODE" value="[% HTML.escape(POPUP_MODE) %]">
23 24

  
templates/webpages/fu/add_edit_master.html
18 18
  <div class="listtop">[% title %]</div>
19 19

  
20 20
  <input type="hidden" name="id" value="[% HTML.escape(id) %]">
21
  <input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]">
21 22
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
22 23
  <input type="hidden" name="POPUP_MODE" value="[% HTML.escape(POPUP_MODE) %]">
23 24

  

Auch abrufbar als: Unified diff