Save draft modal no longer appears after transaction has been created#2138
Closed
Save draft modal no longer appears after transaction has been created#2138
Conversation
Signed-off-by: Valentin Sirakov <valentin.sirakov@limechain.tech>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2138 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 176 176
Lines 6763 6763
Branches 1290 1301 +11
=======================================
Hits 6753 6753
Misses 10 10 🚀 New features to boost your workflow:
|
Member
|
Related to #2091 - The suggested fix did not fully resolve the issue. It did appear to reduce the occurrence of the issue to the point that it appears to require a very specific set of steps that I have not yet been able to discover. But I've seen the popup still, when going from org to org. |
Contributor
|
Proposed changes are now obsolete. Closing. |
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
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.
Description:
Fixed an issue where the “Save as draft” dialog was shown when switching organizations outside of the Create Transaction screen. This was resolved by introducing a persisted variable to track which screen the user is currently on.