-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
fix: Fixed no role assign to manual registered users despite of Default Roles for Users settings #28293
Conversation
…les for Users settings
@dudanogueira Can you please review this |
That is great! Thanks for your contribution! What do you think to add the prefilled field role with the default role? |
Yes @hugocostadev, I think that will be great. |
No @bhardwajdisha you can work on that, I only assign myself to keep track |
Codecov Report
@@ Coverage Diff @@
## develop #28293 +/- ##
===========================================
+ Coverage 45.06% 45.12% +0.05%
===========================================
Files 758 759 +1
Lines 14683 14688 +5
Branches 2074 2075 +1
===========================================
+ Hits 6617 6628 +11
+ Misses 7773 7767 -6
Partials 293 293
Flags with carried forward coverage won't be shown. Click here to find out more. |
…into issue#27736
…into issue#27736
Hi @hugocostadev , I have made the changes. |
…avatarEmoji * 'develop' of github.com:RocketChat/Rocket.Chat: refactor: Types of Meteor methods (2/N) (#28424) fix: Fixed no role assign to manual registered users despite of Default Roles for Users settings (#28293) refactor: Types of Meteor methods (1/N) (#28420) fix: Emoji don't work after text in contiunous (#28216) chore: Add `rid` to scope of `create-invite-links` permission check (#28241) refactor(client): Move banner orchestration to `BannerRegion` effects (#28414) refactor: remove `Promise.await` calls from irc bridge (#28406)
…lt Roles for Users settings (#28293)
Proposed changes (including videos or screenshots)
Fixed no role assign to manual registered users despite of Default Roles for Users settings
changes done in apps/meteor/app/lib/server/functions/saveuser.js file and checked it on my local environment and it works fine. Please review this.
Rocket.chat.mp4
Issue(s)
closes #27736
Steps to test or reproduce
Further comments