Prevent user from visiting archived room setting#23907
Conversation
|
@robertKozik Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
|
@robertKozik PR is ready for review! Please have a look. Ty 😄 |
|
Thanks @hungvu193! I'm on it |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromeandroid.-.web.movMobile Web - SafariiOS.-.web.movDesktopdesktop.moviOSios.-.native.movAndroidandroid.-.native.mov |
robertKozik
left a comment
There was a problem hiding this comment.
One question about the WriteCapabilityPage.js, is it covered in test steps?
| const isAbleToEdit = !ReportUtils.isAdminRoom(props.report) && PolicyUtils.isPolicyAdmin(props.policy) && !ReportUtils.isArchivedRoom(props.report); | ||
|
|
There was a problem hiding this comment.
Is this screen covered in test steps?
There was a problem hiding this comment.
Thanks for pointing it out! I've just updated the steps!
robertKozik
left a comment
There was a problem hiding this comment.
Test Well, let's push this forward
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/Li357 in version: 1.3.49-0 🚀
|
|
🚀 Deployed to staging by https://github.com/Li357 in version: 1.3.50-0 🚀
|
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.49-3 🚀
|
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.50-3 🚀
|
Details
Prevent user from visiting archived room setting
Fixed Issues
$ #23473
PROPOSAL: #23473 (comment)
Tests
Offline tests
Bug is not related to offline mode itself. No extra steps needed.
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots
Web
Screen.Recording.2023-07-31.at.12.19.12.mov
Mobile Web - Chrome
RPReplay_Final1690783474.MP4
Mobile Web - Safari
RPReplay_Final1690783386.MP4
Desktop
Screen.Recording.2023-07-31.at.13.05.45.mov
IOS
Screen.Recording.2023-07-31.at.13.14.57.mov
Android
Screen.Recording.2023-07-31.at.13.16.06.mov