From: Moritz Bunkus Date: Mon, 11 Mar 2013 16:09:16 +0000 (+0100) Subject: Pflichtenhefttextblöcke: Drag&Drop "before first" fixed X-Git-Tag: release-3.2.0beta~467^2~228 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/5d3803e0f17f71ad3a576b37457b7751a619fc62 Pflichtenhefttextblöcke: Drag&Drop "before first" fixed --- diff --git a/SL/Controller/RequirementSpecTextBlock.pm b/SL/Controller/RequirementSpecTextBlock.pm index ca620214f..7d339a873 100644 --- a/SL/Controller/RequirementSpecTextBlock.pm +++ b/SL/Controller/RequirementSpecTextBlock.pm @@ -226,7 +226,7 @@ sub action_dragged_and_dropped { if ($prior_text_block) { $js->insertAfter($html, '#text-block-' . $prior_text_block->id); } else { - $js->appendTo($html, '#text-block-list'); + $js->prependTo($html, '#text-block-list'); } } }