andre 2 rokov pred
rodič
commit
c1d8aa753d

+ 1 - 1
app/UI/Client/Ressource/Pages/Ressources.php

@@ -201,7 +201,7 @@ class Ressources extends DataTable implements ClientArea
                 'ressource'    => $ressource['name'],
                 'description'  => $ressource['description'],
                 'type'         => $ressource['type'],
-                'manager'      => $ressource['manager'],
+                'manager'      => $ressource['manager']['id'],
                 'status'       => $ressource['isEnabled'] ? 'active' : 'default'
             ];