-
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
Track tax - Track tax switch does not appear grayed out when enabled/disabled offline #43318
Comments
Triggered auto assignment to @srikarparsi ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
@srikarparsi FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #vip-vsp |
I believe this is related to this feature |
@nkdengineer @eVoloshchak are you available to take a look at this? |
I think we can demote this to NAB and let the contributors work on a fix. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Track tax - Track tax switch does not appear grayed out when enabled/disabled offline What is the root cause of that problem?We're not using any styles for the offline state in the App/src/pages/workspace/workflows/ToggleSettingsOptionRow.tsx Lines 85 to 91 in a5ad54a
What changes do you think we should make in order to solve the problem?We just need to provide the offline state of the
<OfflineWithFeedback errorRowStyles={styles.mh5} pendingAction={isPendingAction}> We track const isPendingAction = useMemo(() => {
if(!policy){
return null
}
return policy.pendingFields?.["customUnits"]
},[policy]) Which tracks the What alternative solutions did you explore? (Optional)NA DemoKapture.2024-06-08.at.02.27.44.mp4 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Track tax switch does not appear grayed out when enabled/disabled offline What is the root cause of that problem?We don't pass What changes do you think we should make in order to solve the problem?I think we should update the correct pendingFields for track tax here. It should be And then pass Additional, we also should generic error for What alternative solutions did you explore? (Optional)NA |
Let's wait on @nkdengineer @eVoloshchak since they were the PR authors. |
I'll raise PR soon |
@eVoloshchak please check this PR |
@srikarparsi I got assigned to the PR, Can you plz request review from @eVoloshchak and remove me. Or let me know if I need to review that. |
Yes, thank you for letting me know |
This issue has not been updated in over 15 days. @srikarparsi eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
Triggered auto assignment to @sonialiap ( |
Thought we might need to still pay for this issue but it looks like this was a regression caused by this PR. Since the authors are the same for the original PR and this fix, I don't think there's anything left to do for this issue so closing out. But please let me know if I need to re-open @nkdengineer @eVoloshchak |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.80-14
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Precondition:
Expected Result:
Track tax switch will appear grayed out when enabled/disabled offline
Actual Result:
Track tax switch does not appear grayed out when enabled/disabled offline
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6505501_1717788210052.bandicam_2024-06-08_03-21-06-590.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: