Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d3803e0

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 5d3803e0f17f71ad3a576b37457b7751a619fc62
  • Vorgänger 3e810aba
  • Nachfolger b42a86ea

Pflichtenhefttextblöcke: Drag&Drop "before first" fixed

Unterschiede anzeigen:

SL/Controller/RequirementSpecTextBlock.pm
226 226
      if ($prior_text_block) {
227 227
        $js->insertAfter($html, '#text-block-' . $prior_text_block->id);
228 228
      } else {
229
        $js->appendTo($html, '#text-block-list');
229
        $js->prependTo($html, '#text-block-list');
230 230
      }
231 231
    }
232 232
  }

Auch abrufbar als: Unified diff