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(form): showing of field value in case of calculated questions #2854

Merged

Conversation

maria-pw
Copy link

@maria-pw maria-pw commented Nov 26, 2024

Description

This change is supposed to fix the value of a calculated_float field not showing in a table row.
The value does not show up currently because the answer for calculated_float fields is not written, just evaluated (see get calculatedValue() in packages/form/addon/lib/field.js)

Depedencies

no dependencies

@maria-pw maria-pw requested review from winged and luytena November 26, 2024 13:39
@maria-pw maria-pw force-pushed the fix-form-show-value-for-calculations branch from ac707ad to fe4d49f Compare November 28, 2024 10:23
@maria-pw maria-pw requested a review from anehx November 28, 2024 10:25
@maria-pw maria-pw force-pushed the fix-form-show-value-for-calculations branch from fe4d49f to e69dc04 Compare November 28, 2024 11:09
@luytena luytena merged commit 8173db0 into projectcaluma:main Nov 28, 2024
50 checks passed
@anehx
Copy link
Contributor

anehx commented Nov 29, 2024

🎉 This PR is included in version 13.1.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@anehx anehx added the released label Nov 29, 2024
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.

3 participants