Skip to content

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 of number, which used to break authorization to some objects in the admin-gui.

Merge request reports