Skip to content

Commit

Permalink
Updated services (OpenSlides#6833)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schieder authored Nov 11, 2024
1 parent 13e64fe commit 44a3c57
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.20-dev
4.1.21-dev
2 changes: 1 addition & 1 deletion openslides-client
Submodule openslides-client updated 21 files
+1 −1 Dockerfile
+1 −1 Dockerfile.dev
+275 −241 client/package-lock.json
+26 −26 client/package.json
+3 −0 client/src/app/gateways/repositories/users/user-repository.service.ts
+1 −0 client/src/app/site/base/base-view-model.ts
+8 −2 client/src/app/site/pages/meetings/modules/poll/components/base-poll-vote/base-poll-vote.component.html
+0 −1 ...e/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss
+1 −1 ...ite/pages/meetings/pages/motions/components/motion-forward-dialog/services/motion-forward-dialog.service.ts
+1 −0 ...nt/src/app/site/pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts
+15 −4 ...icipants/pages/participant-detail/components/participant-detail-view/participant-detail-view.component.html
+12 −0 ...rticipants/pages/participant-detail/components/participant-detail-view/participant-detail-view.component.ts
+3 −1 client/src/app/site/pages/meetings/pages/participants/pages/participant-detail/participant-detail.module.ts
+20 −3 ...tings/pages/participants/pages/participant-list/components/participant-list/participant-list.component.html
+72 −1 ...eetings/pages/participants/pages/participant-list/components/participant-list/participant-list.component.ts
+17 −0 ...ges/participants/pages/participant-list/services/participant-list-filter/participant-list-filter.service.ts
+25 −2 client/src/app/site/pages/meetings/view-models/view-user.ts
+6 −2 .../expandable-content-wrapper/components/expandable-content-wrapper/expandable-content-wrapper.component.html
+10 −0 .../expandable-content-wrapper/components/expandable-content-wrapper/expandable-content-wrapper.component.scss
+24 −3 ...es/expandable-content-wrapper/components/expandable-content-wrapper/expandable-content-wrapper.component.ts
+1 −1 client/src/meta
2 changes: 1 addition & 1 deletion openslides-icc-service
Submodule openslides-icc-service updated 3 files
+1 −1 Dockerfile
+2 −2 go.mod
+6 −6 go.sum
2 changes: 1 addition & 1 deletion openslides-search-service
2 changes: 1 addition & 1 deletion openslides-vote-service
Submodule openslides-vote-service updated 3 files
+1 −1 Dockerfile
+2 −2 go.mod
+6 −6 go.sum

0 comments on commit 44a3c57

Please sign in to comment.