Notes have disappeared from Sales|Purchase Order API listing, but not individual page #8672
Open
2 of 6 tasks
Labels
bug
Identifies a bug which needs to be addressed
question
This is a question
triage:not-checked
Item was not checked by the core team
Please verify that this bug has NOT been raised before.
Describe the bug*
I have not been using InvenTree too much the last few months, but now one of my scripts interacting with the API has failed with a new error, which has not present last time I ran it. Unfortunately, I can't determine on which last version I last ran the script successfully.
Steps to Reproduce
The error appears when using the demo also. Using the python API wrapper:
(I added the note to the SalesOrder with pk=11 in the demo server).
With
PurchaseOrder
, the same thing happens:As you see:
list()
method.Getting directly from the API at
https://demo.inventree.org/api/order/so/
:Getting from
https://demo.inventree.org/api/order/so/11/
:A diff:
For
PurchaseOrder
, same story.Expected behaviour
The information should be the same, regardless of method used.
Deployment Method
Version Information
Demo server,
Version Information:
InvenTree-Version: 0.17.0 dev
Django Version: 4.2.17
Commit Hash: 88ab593
Commit Date: 16-12-2024
Database: postgresql
Debug-Mode: False
Deployed using Docker: True
Platform: Linux-5.15.0-100-generic-x86_64-with
Installer: DOC
Active plugins: False
Please verify if you can reproduce this bug on the demo site.
Relevant log output
The text was updated successfully, but these errors were encountered: