-
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
Feat/categories bulk actions #37734
Feat/categories bulk actions #37734
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left comments.
@luacmartins There is an issue with the |
@akinwale I encountered the same issue again and after re-logging in, the updated state is still visible despite receiving an error message. It seems the state updates are going through even when we encounter simulation failure requests. Should we consider filing a bug report on this matter? @lucamartins, have you dealt with something similar in your experience? |
@ArekChr we have conflicts again |
TBH I've never gotten the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@ArekChr more conflicts and TS is failing again |
@luacmartins looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.52-0 🚀
|
Tests passed when I merged it |
🚀 Deployed to production by https://github.com/Beamanator in version: 1.4.52-6 🚀
|
Coming from #38262 When a category is disabled while offline, the expected behavior was to make the entire category row grayed out. Only the status column was grayed out. |
errors: { | ||
[oldName]: oldName, | ||
[newName]: ErrorUtils.getMicroSecondOnyxError('workspace.tags.genericFailureMessage'), | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change caused this issue.
We don't need to pass errors separately from tag objects (This is also confirmed by typing and methods for POLICY_TAGS )
Details
This PR adds the ability to perform bulk actions on categories, such as disable, enable, or remove multiple categories at once.
Fixed Issues
$ #35709
PROPOSAL: https://docs.google.com/document/d/1gk3xqOs7epMbUrSSiX8K7YcqfPLVgqEos0sf-D-GMDA/edit#bookmark=id.onqkmvshcfhp
Tests
Network Failures Test
Offline tests
Here are the simplified and clarified test steps:
QA Steps
The same steps as above.
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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
Android: Native
mobile.chrome.mov
Android: mWeb Chrome
android.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios.safari.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov