You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactors data source initialization and optimizes isActive logic
Extracts the grid data source setup into a dedicated method to facilitate easier overriding in child classes. Additionally, updates the isActive column handling to return early and skip entity metadata retrieval when the column is explicitly disabled.
Makes ACL checks optional for edit and delete actions
Updates EditParams and DeleteParams to support optional ACL resources and enforces permission verification within handleEdit and handleDelete to prevent unauthorized access. Additionally, moves delete-related translations to the ublaboo_datagrid namespace for better consistency.