Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Delete group as admin #18231

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Oct 29, 2024

Description

Adding possibility to delete group for all user admins, which is in the team.

Checklist

  • mentions the JIRA issue in the PR name (Ex. WPB-423)
  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

Copy link

sonarcloud bot commented Oct 29, 2024

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 46.40%. Comparing base (ab9ac3c) to head (c943144).
Report is 3 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #18231   +/-   ##
=======================================
  Coverage   46.39%   46.40%           
=======================================
  Files         800      804    +4     
  Lines       25825    25864   +39     
  Branches     5887     5891    +4     
=======================================
+ Hits        11982    12001   +19     
- Misses      12337    12355   +18     
- Partials     1506     1508    +2     

title: t('modalConversationDeleteGroupHeadline', conversationEntity.display_name()),
},
});
return new Promise(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why we wrapped it in the promise.
We should remove it and update the update the consumers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants