diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-09-28 15:07:22 +0200 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-09-28 15:07:22 +0200 |
| commit | f117a7777fd249649315ec24146c5c69fdf87619 (patch) | |
| tree | 9bb712e77e5fe37fb61fda1008279f755d01ef42 /app/views | |
| parent | 6daee3a053190930c65f2ea43b9b9a602459ab25 (diff) | |
small improvementbiest-01110
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/resources/_common/_request_tr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/_common/_request_tr.php b/app/views/resources/_common/_request_tr.php index bd827a8..bb353fb 100644 --- a/app/views/resources/_common/_request_tr.php +++ b/app/views/resources/_common/_request_tr.php @@ -131,7 +131,7 @@ $edit_url = $controller->link_for('resources/room_request/edit/' . $request->id); $edit_url_attributes = ['data-dialog' => 'size=auto']; } - if ($edit_url && $edit_url_attributes) { + if ($edit_url) { $action_menu->addLink( $edit_url, _('Anfrage bearbeiten'), |
