We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
following scenario: I have an item with two tax code fields - different names but same type (and maybe same record):
Item belongs_to :tax_code_sales, class_name: TaxCode belongs_to :tax_code_purchase, class_name: TaxCode
If I have an item that has for both fields the same tax code (same ID) and I call toJSONTree the tax_code_purchase field contains "[Circular]".
toJSONTree
tax_code_purchase
"[Circular]"
Is there a way to create a condition to allow a scenario like this?
I guess it's related to this line: Resource.js#L238 but before I dig into it.. do you have any ideas/hints/solutions?
Cheers Florian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
following scenario: I have an item with two tax code fields - different names but same type (and maybe same record):
If I have an item that has for both fields the same tax code (same ID) and I call
toJSONTree
thetax_code_purchase
field contains"[Circular]"
.Is there a way to create a condition to allow a scenario like this?
I guess it's related to this line: Resource.js#L238 but before I dig into it.. do you have any ideas/hints/solutions?
Cheers Florian
The text was updated successfully, but these errors were encountered: