diff --git a/integration/cypress/integration/committee-detail-autoupdate.spec.js b/integration/cypress/integration/committee-detail-autoupdate.spec.js index ff9afa4de..243ca79f7 100644 --- a/integration/cypress/integration/committee-detail-autoupdate.spec.js +++ b/integration/cypress/integration/committee-detail-autoupdate.spec.js @@ -8,7 +8,7 @@ describe("Get autoupdates for committees detail view", () => { const committeeData = { organization_id: 1, name: committeeName, - manager_ids: [1], + user_$_management_level: {"can_manage": [1]}, }; cy.os4request("committee.create", committeeData).then((res) => { committeeId = res.id; diff --git a/integration/cypress/integration/committee-update.spec.js b/integration/cypress/integration/committee-update.spec.js index dacf05f6c..266b1d66f 100644 --- a/integration/cypress/integration/committee-update.spec.js +++ b/integration/cypress/integration/committee-update.spec.js @@ -8,7 +8,7 @@ describe('Update a committee', () => { const committeeData = { organization_id: 1, name: committeeName, - manager_ids: [1], + user_$_management_level: {"can_manage": [1]}, }; cy.os4request('committee.create', committeeData).then((res) => { committeeId = res.id; diff --git a/openslides-autoupdate-service b/openslides-autoupdate-service index abd5fadab..32c1dbc48 160000 --- a/openslides-autoupdate-service +++ b/openslides-autoupdate-service @@ -1 +1 @@ -Subproject commit abd5fadab8afde6d535a8128277e8140c313ac6a +Subproject commit 32c1dbc480e8c892f474a945f460ed6362b2ed85 diff --git a/openslides-backend b/openslides-backend index c0048095b..26788dd5e 160000 --- a/openslides-backend +++ b/openslides-backend @@ -1 +1 @@ -Subproject commit c0048095bd182fdf550b2ab13a3060940ec5b9c9 +Subproject commit 26788dd5e465e54267eddb5a1d338931438b05cb diff --git a/openslides-client b/openslides-client index 2b718a101..3d90a3618 160000 --- a/openslides-client +++ b/openslides-client @@ -1 +1 @@ -Subproject commit 2b718a101dfee537811befb4b0d04f84dd9d8244 +Subproject commit 3d90a3618c9c26c3b3f4a6e111fc19048390d9e0 diff --git a/openslides-icc-service b/openslides-icc-service index cecf9f0a4..cad37d8fc 160000 --- a/openslides-icc-service +++ b/openslides-icc-service @@ -1 +1 @@ -Subproject commit cecf9f0a41a7eaa03d86dbd4a6d2d225aa8419cb +Subproject commit cad37d8fc476540cff4b5ed68f2852490d2f297d diff --git a/openslides-vote-service b/openslides-vote-service index c8b9a4d2c..c84432029 160000 --- a/openslides-vote-service +++ b/openslides-vote-service @@ -1 +1 @@ -Subproject commit c8b9a4d2c38db345c464c1280aa547dfd67bbc24 +Subproject commit c84432029b16b59e7b23725fe1dcea7379905a48