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

Not support multiple computed interface in one item #36

Closed
huhongbo opened this issue Mar 31, 2023 · 1 comment
Closed

Not support multiple computed interface in one item #36

huhongbo opened this issue Mar 31, 2023 · 1 comment

Comments

@huhongbo
Copy link

huhongbo commented Mar 31, 2023

directus version:
9.23.4
how to reproduce the problem:
create a new table test
add one input field named "h" ,type int
create three computed fields:
a
{{ MULTIPLY(3,h) }}
b
{{ MULTIPLY(4,h) }}
c
{{ MULTIPLY(5,h) }}
when submitted, only c's value will be submitted, a and b will be empty

@duydvu
Copy link
Contributor

duydvu commented Apr 15, 2023

Hi @huhongbo, thank you for reporting.

Luckily, this issue was fixed in the latest version (1.5.0) via #34. You can try upgrading the extension and test again.
If the issue still persists, let me know.

@duydvu duydvu closed this as completed Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants