Revision d9ddb4ea
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpecTextBlock.pm | ||
---|---|---|
203 | 203 |
|
204 | 204 |
# $::lxdebug->dump(0, "form", $::form); |
205 | 205 |
|
206 |
return $self->invalidate_version->render($self) if $::form->{current_content_type} !~ m/^text-block/; |
|
206 |
$self->invalidate_version |
|
207 |
->jstree->open_node('#tree', '#tb-' . (!$self->text_block->output_position ? 'front' : 'back')); |
|
208 |
|
|
209 |
return $self->js->render($self) if $::form->{current_content_type} !~ m/^text-block/; |
|
207 | 210 |
|
208 | 211 |
my $current_where = $self->output_position_from_id($::form->{current_content_id}, $::form->{current_content_type}) // -1; |
209 | 212 |
my $new_where = $self->text_block->output_position; |
... | ... | |
244 | 247 |
} |
245 | 248 |
} |
246 | 249 |
|
247 |
$self->invalidate_version |
|
248 |
->render($self); |
|
250 |
$self->js->render($self); |
|
249 | 251 |
} |
250 | 252 |
|
251 | 253 |
sub action_ajax_copy { |
Auch abrufbar als: Unified diff
Pflichtenhefttextblöcke: nach Drag & Drop Root-Node öffnen