multiwoven icon indicating copy to clipboard operation
multiwoven copied to clipboard

fix(CE): form-data loss on navigation

Open xyfer17 opened this issue 1 year ago • 2 comments

Description

  • Fixed Connector form data loss on navigation (using zustand)

https://github.com/user-attachments/assets/ace9bf5d-e5d3-45de-95a5-185bbddc3a12

Related Issue

#384 Data is getting erased while navigating to other screens

Type of Change

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] New Connector (Destination or Source Connector)
  • [ ] Breaking change (fix or feature that would impact existing functionality)
  • [ ] Styling change
  • [ ] Documentation update
  • [ ] Refactoring
  • [ ] Chore

Checklist:

  • [x] Ensure a branch name is prefixed with feature, bugfix, hotfix, release, style or chore followed by / and branch name e.g feature/add-salesforce-connector
  • [ ] Added unit tests for the changes made (if required)
  • [x] Have you made sure the commit messages meets the guidelines?
  • [x] Added relevant screenshots for the changes
  • [x] Have you tested the changes on local/staging?
  • [ ] Added the new connector in rollout.rb
  • [ ] Have you updated the version number of the gem?
  • [ ] Have you ensured that your changes for new connector are documented in the docs repo or relevant documentation files?
  • [ ] Have you updated the run time dependency in multiwoven-integrations.gemspec if new gems are added
  • [x] Have you made sure the code you have written follows the best practises to the best of your knowledge?

xyfer17 avatar Oct 26 '24 17:10 xyfer17

@xyfer17 you can rebase and try. I have pushed the fix for the build error in #481.

// @Mohith93 @sumitd94

macintushar avatar Nov 19 '24 11:11 macintushar

@xyfer17 you can rebase and try. I have pushed the fix for the build error in #481.

// @Mohith93 @sumitd94

done

xyfer17 avatar Nov 21 '24 09:11 xyfer17