mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:47:33 +00:00
fix: Fixes (#210)
* fix: add iam roles to permissions * fix: show state initial on usersearch * fix: search project roles returns only roles of project * fix: add project member owner on project create * fix: create new object oon failed event * feat: parse error body on chat message * feat: remove comment * fix: set policy eventstore in admin
This commit is contained in:
@@ -90,6 +90,7 @@ func Start(ctx context.Context, conf Config, systemDefaults sd.SystemDefaults) (
|
|||||||
Eventstore: es,
|
Eventstore: es,
|
||||||
OrgEventstore: org,
|
OrgEventstore: org,
|
||||||
UserEventstore: user,
|
UserEventstore: user,
|
||||||
|
PolicyEventstore: policy,
|
||||||
View: view,
|
View: view,
|
||||||
SearchLimit: conf.SearchLimit,
|
SearchLimit: conf.SearchLimit,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user