Revision 6b17d7c5
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpec.pm | ||
---|---|---|
176 | 176 |
$self->redirect_to(action => 'list'); |
177 | 177 |
} |
178 | 178 |
|
179 |
sub action_reorder { |
|
180 |
my ($self) = @_; |
|
181 |
|
|
182 |
SL::DB::RequirementSpec->reorder_list(@{ $::form->{requirement_spec_id} || [] }); |
|
183 |
|
|
184 |
$self->render('1;', { type => 'js', inline => 1 }); |
|
185 |
} |
|
186 |
|
|
187 | 179 |
# |
188 | 180 |
# filters |
189 | 181 |
# |
Auch abrufbar als: Unified diff
Überflüssige Action entfernt