Skip to content
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

fix: accidental mutation of field.value #294

Merged

Conversation

maharshivpatel
Copy link
Collaborator

In refactor of update for dynamic data i accidentally mutated the field.value object in getFormattedValue. which in turn triggers getFormattedValue function. this commit fixes it by updating local variable instead of field.value object.

Not sure why this loop didn't crash in local development setup.

fixes #292

in refactor of update for dynamic data i accidentally mutated the field.value object in getFormattedValue.
which in turn triggers getFormattedValue function.
this commit fixes it by updating local variable instead of field.value object.
@maharshivpatel maharshivpatel merged commit e80ad3d into frappe:develop Jun 20, 2024
1 check passed
@maharshivpatel
Copy link
Collaborator Author

🎉 This PR is included in version 1.3.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After Update V1.3.2 unable edit print format
1 participant