mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 06:47:41 +00:00
fixup! feat(permissions): Addeding system user support for permission check v2
This commit is contained in:
@@ -34,9 +34,9 @@ BEGIN
|
|||||||
AND CASE WHEN filter_orgs != ''
|
AND CASE WHEN filter_orgs != ''
|
||||||
THEN o.org_id IN (filter_orgs)
|
THEN o.org_id IN (filter_orgs)
|
||||||
ELSE TRUE END;
|
ELSE TRUE END;
|
||||||
RETURN;
|
END IF;
|
||||||
END IF;
|
|
||||||
END;
|
END;
|
||||||
|
RETURN;
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
-- First try if the permission was granted thru an instance-level role
|
-- First try if the permission was granted thru an instance-level role
|
||||||
|
Reference in New Issue
Block a user