-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Assignee selector #22851
Assignee selector #22851
Conversation
@mananjadhav 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] |
@Nodebrute Can you resolve the conflicts please? |
Reviewer Checklist
Screenshots/VideosWebweb-task-access.movMobile Web - Chromemweb-chrome-task-access.movMobile Web - Safarimweb-safari-task-access.movDesktopdesktop-task-access.moviOSios-safari-task-access.movAndroidandroid-task-access.mov |
@Nodebrute We made a mistake in the merge conflict. Can you please correct it? |
@mananjadhav done. |
@Nodebrute I see you're marking my comments resolved but when I review the code I don't see any changes. Can you confirm if you've pushed the change? and can you wait for the reviewer to review and mark them resolved? In a large PR, it would be difficult for review to verify the changes. |
@mananjadhav can you review changes |
Thanks for the update @Nodebrute. I've completed my checklist. Waiting to get another engineer reassigned to review the PR. |
Thanks @mananjadhav. |
Conflicts!!!!! not Again. |
All covered, thanks for the patience here! |
✋ 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.44-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.44-2 🚀
|
🚀 Deployed to staging by https://github.com/Li357 in version: 1.3.45-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.45-7 🚀
|
We didn't consider the completed task state, where the cursor shows disabled on completed task. This caused a regression here. |
Details
Fixed Issues
$ #21716
$ #21716 (comment)
Tests
Perform same steps with user C who is policy admin and verify that he can perform all actions.
Perform same steps with user D who is Task assignee and verify that he can perform all actions.
Offline tests
Same as above.
QA Steps
Perform same steps with user C who is policy admin and verify that he can perform all actions.
Perform same steps with user D who is Task assignee and verify that he can perform all actions.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-07-14.at.2.37.58.AM.1.mov
Mobile Web - Chrome
Screen.Recording.2023-07-14.at.2.54.40.AM.mov
Mobile Web - Safari
Screen.Recording.2023-07-14.at.2.53.07.AM.mov
Desktop
Screen.Recording.2023-07-14.at.2.57.18.AM.mov
iOS
Screen.Recording.2023-07-14.at.2.50.13.AM.mov
Android
Screen.Recording.2023-07-14.at.2.40.41.AM.mov