From 5ca41cde212c8c699f835f292849786091c921af Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 2 Aug 2013 11:35:15 +0200 Subject: [PATCH] =?utf8?q?Pflichtenheft=20Zeit-/Kostensch=C3=A4tzung:=20na?= =?utf8?q?ch=20Speichern=20Form=20entfernen,=20nicht=20nur=20verstecken?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/RequirementSpec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/RequirementSpec.pm b/SL/Controller/RequirementSpec.pm index 484d8f224..3acb6b963 100644 --- a/SL/Controller/RequirementSpec.pm +++ b/SL/Controller/RequirementSpec.pm @@ -141,7 +141,7 @@ sub action_ajax_save_time_and_cost_estimate { my $html = $self->render('requirement_spec/_show_time_and_cost_estimate', { output => 0 }); $self->js->replaceWith('#time_cost_estimate', $html) - ->hide('#time_cost_estimate_form_container'); + ->remove('#time_cost_estimate_form_container'); if ($self->visible_section) { $html = $self->render('requirement_spec_item/_section', { output => 0 }, requirement_spec_item => $self->visible_section); -- 2.20.1