-
Notifications
You must be signed in to change notification settings - Fork 13.1k
[FIX] Allow normal user to open apps contextual bar #26495
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## develop #26495 +/- ##
===========================================
+ Coverage 38.04% 38.16% +0.12%
===========================================
Files 759 759
Lines 18831 18829 -2
Branches 1459 1459
===========================================
+ Hits 7164 7186 +22
+ Misses 11445 11421 -24
Partials 222 222
Flags with carried forward coverage won't be shown. Click here to find out more. |
dougfabris
previously requested changes
Aug 10, 2022
ggazzo
approved these changes
Aug 11, 2022
gabriellsh
added a commit
that referenced
this pull request
Aug 12, 2022
…hreads * 'develop' of github.com:RocketChat/Rocket.Chat: (34 commits) Chore: update fuselage rounded edition (#26540) [FIX] LDAP fails to sync teams when the user DN has escaped characters. (#26535) [FIX] Allow normal user to open apps contextual bar (#26495) Chore: restrict `.only` (#26537) [FIX] Endpoints not working when using "Use Real Name" setting (#26530) [NEW] `Home` page (#25734) Chore: ModalFooterControllers adoption (#26445) Chore: create roomNameExists endpoint (#26386) Chore: Improve test for livechat (#26527) Chore: Fix UiKit dependency issue for Livechat (#26534) [FIX] Too many REST API requests (#26330) Chore: Mocha handling multiple React instances (#26513) Chore: Convert `LivechatCustomField` model to raw model (#26446) i18n: Language update from LingoHub 🤖 on 2022-08-08Z (#26508) [FIX] Open team after room not found page (#26264) Chore: Refactor ReportMessage Modal to React Component (#26478) Chore: Fix lint issues (#26531) [FIX] Don't wrap wrap up notes (#26375) [IMPROVE] OTR refactoring (#24757) [FIX] Prevent VoIP issues during disconnection when network failed (#26321) ...
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
Fix the bug where normal users cannot open an app contextual bar.
The request made by the contextual bar to get the app information, which was for admin only, was removed since the response was not being used.
Issue(s)
Steps to test or reproduce
Further comments