Revision 7e96468d
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
41 | 41 |
__PACKAGE__->run_before(sub { $::auth->assert('part_service_assembly_edit') }, |
42 | 42 |
except => [ qw(ajax_autocomplete part_picker_search part_picker_result) ]); |
43 | 43 |
|
44 |
__PACKAGE__->run_before(sub { $::auth->assert('developer') }, |
|
45 |
only => [ qw(test_page) ]); |
|
46 |
|
|
44 | 47 |
__PACKAGE__->run_before('check_part_id', only => [ qw(edit delete) ]); |
45 | 48 |
|
46 | 49 |
# actions for editing parts |
Auch abrufbar als: Unified diff
Developer Recht und neue Menüeinträge für Testcontroller