From 1763c7c7955552695526076864db212a9ef3033c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 27 Nov 2008 14:41:39 +0000 Subject: [PATCH] Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien der Notizen erstellt anstatt eine bereits bestehende Notiz zu aktualisieren. --- bin/mozilla/fu.pl | 2 +- templates/webpages/fu/add_edit_de.html | 1 + templates/webpages/fu/add_edit_master.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/fu.pl b/bin/mozilla/fu.pl index ae67e304e..437d6bf52 100644 --- a/bin/mozilla/fu.pl +++ b/bin/mozilla/fu.pl @@ -93,7 +93,7 @@ sub save_follow_up { $form->isblank('follow_up_date', $locale->text('The follow-up date is missing.')); $form->isblank('subject', $locale->text('The subject is missing.')); - my %params = (map({ $_ => $form->{$_} } qw(id subject body created_for_user follow_up_date)), 'done' => 0); + my %params = (map({ $_ => $form->{$_} } qw(id subject body note_id created_for_user follow_up_date)), 'done' => 0); _collect_links(\%params); diff --git a/templates/webpages/fu/add_edit_de.html b/templates/webpages/fu/add_edit_de.html index 63a8eadca..0cc71db97 100644 --- a/templates/webpages/fu/add_edit_de.html +++ b/templates/webpages/fu/add_edit_de.html @@ -18,6 +18,7 @@
[% title %]
+ diff --git a/templates/webpages/fu/add_edit_master.html b/templates/webpages/fu/add_edit_master.html index 644bc3fb4..bcacbf24d 100644 --- a/templates/webpages/fu/add_edit_master.html +++ b/templates/webpages/fu/add_edit_master.html @@ -18,6 +18,7 @@
[% title %]
+ -- 2.20.1