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:
Fabi
2020-06-11 13:49:03 +02:00
committed by GitHub
parent 43dc925f16
commit ddf9434282

View File

@@ -90,6 +90,7 @@ func Start(ctx context.Context, conf Config, systemDefaults sd.SystemDefaults) (
Eventstore: es,
OrgEventstore: org,
UserEventstore: user,
PolicyEventstore: policy,
View: view,
SearchLimit: conf.SearchLimit,
},