Revision 1763c7c7
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
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 |
|
Auch abrufbar als: Unified diff
Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien der Notizen erstellt anstatt eine bereits bestehende Notiz zu aktualisieren.