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

Value of a price field cannot be used in a view #4064

Closed
elit0451 opened this issue Jan 14, 2019 · 2 comments
Closed

Value of a price field cannot be used in a view #4064

elit0451 opened this issue Jan 14, 2019 · 2 comments

Comments

@elit0451
Copy link
Member

elit0451 commented Jan 14, 2019

When you add a property for price (decimal), and we do SavePost() it reads the property value, but when we use the property into the view it equates the value to 0.

  • Create a document type.
  • Add property for price.
  • Create a content item from this document type.
  • Give value to the price field.
  • Use the value of the price property in a view.
    -> value is 0
@elit0451 elit0451 changed the title Value of a price cannot be used in a view Value of a price field cannot be used in a view Jan 14, 2019
@kjac
Copy link
Contributor

kjac commented Jan 20, 2019

I can reproduce this. PR in #4160

@nul800sebastiaan
Copy link
Member

Fixed in #4160

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

No branches or pull requests

4 participants