]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/RequirementSpec.pm
Pflichtenheft Zeit-/Kostenschätzung: nach Speichern Form entfernen, nicht nur verstecken
[mfinanz.git] / SL / Controller / RequirementSpec.pm
index 484d8f2244dcb0aee9b675dd8b018a1a97627c15..3acb6b963437ba5806b5fe007917ddbf05c96f2a 100644 (file)
@@ -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);