Add dynamic_image_id to guest lane response and streamline department lane image access logic

This commit is contained in:
Jeppe Bundgaard
2026-03-02 16:16:13 +01:00
parent 80701117f4
commit 7efc73d19d
3 changed files with 6 additions and 16 deletions
@@ -141,7 +141,7 @@ class department_lanes_o extends db
$department_lanes = self::getFieldsWhere(
[
'department' => $department_id,
'deleted_at' => null
'deleted_at' => null,
],
[
'id',