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
The facilities app when creating a new facility places the value for the owner party id as "COMPANY". Since the owner party ID value can vary, for example "NN_COMPANY" and not COMPANY it throws a foreign key constraint error hindering the facility creation through facilities app.
Expected behavior
The owner party id should not be hard coded as "COMPANY" instead should be the owner of the product store the facility is created for.
Steps to reproduce the issue
Please provide the steps to reproduce and if possible a minimal reproducible example of the problem
Can you handle fixing this bug by yourself?
YES
NO
Environment details
Browser:
OS:
Code Version:
Additional information
The text was updated successfully, but these errors were encountered:
Improved:Updated the oms-api package to resolve login issues encountered when /api is omitted from the complete URL. Additionally, implemented a check in the app to handle direct URL access.
Current behavior
The facilities app when creating a new facility places the value for the owner party id as "COMPANY". Since the owner party ID value can vary, for example "NN_COMPANY" and not COMPANY it throws a foreign key constraint error hindering the facility creation through facilities app.
Expected behavior
The owner party id should not be hard coded as "COMPANY" instead should be the owner of the product store the facility is created for.
Steps to reproduce the issue
Please provide the steps to reproduce and if possible a minimal reproducible example of the problem
Can you handle fixing this bug by yourself?
Environment details
Additional information
The text was updated successfully, but these errors were encountered: