You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I encountered an issues when using the Multi Part Order functionality. When selecting multiple parts from a Supplier and clicking Order Parts, the modal for ordering several parts shows up. However, when clicking the little green + button to create a new Purchase Order, a dialog shows up that says
Error requesting form data
OK
Error Code - 200
Show Error Information
I looked a bit into it, and it seems the launchModalForm() function in modals.js expects to receive JSON to build the modal. However, looking into the console, it shows HTML so I think the URL wrongly sends HTML instead of JSON.
I currently do not have enough knowledge about the internals of the projects to fix this myself, however if someone can point me in the right direction I can do it!
Edit: I investigated some more and it seems all little green + buttons are affected, such as SupplierPart, PurchaseOrder, SalesOrder etc.
Any ideas?
Kind regards,
The text was updated successfully, but these errors were encountered:
Hi,
Today I encountered an issues when using the Multi Part Order functionality. When selecting multiple parts from a Supplier and clicking Order Parts, the modal for ordering several parts shows up. However, when clicking the little green + button to create a new Purchase Order, a dialog shows up that says
I looked a bit into it, and it seems the
launchModalForm()
function inmodals.js
expects to receive JSON to build the modal. However, looking into the console, it shows HTML so I think the URL wrongly sends HTML instead of JSON.I currently do not have enough knowledge about the internals of the projects to fix this myself, however if someone can point me in the right direction I can do it!
Edit: I investigated some more and it seems all little green + buttons are affected, such as SupplierPart, PurchaseOrder, SalesOrder etc.
Any ideas?
Kind regards,
The text was updated successfully, but these errors were encountered: