fix(admin): store entity id in storage with correct type
Created by: HejdaJakub
- Some ids of entities were stored in storage with type
string
instead ofnumber
, which used to break authorization to some objects in the admin-gui.
Created by: HejdaJakub
string
instead of number
, which used to break authorization to some objects in the admin-gui.