From: Moritz Bunkus Date: Fri, 2 Aug 2013 09:35:15 +0000 (+0200) Subject: Pflichtenheft Zeit-/Kostenschätzung: nach Speichern Form entfernen, nicht nur verstecken X-Git-Tag: release-3.2.0beta~467^2~88 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5ca41cde212c8c699f835f292849786091c921af;p=kivitendo-erp.git Pflichtenheft Zeit-/Kostenschätzung: nach Speichern Form entfernen, nicht nur verstecken --- 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);