-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error to create a product with a supplier associated #54
Comments
@acreilly any ideas on this one? |
I already fixed this in my project @dhonig , I could fix it here but I'd like to be sure that this isn't happening only for me. The problem here is that here only is validating when the user is a supplier, but they do not exist a validation for the user with an admin role. |
Cool. If you would like to submit a PR then we can review it properly and
merge.
…On Tue, Feb 11, 2020 at 4:26 PM Sam Belmor ***@***.***> wrote:
I already fixed this in my project @dhonig <https://github.com/dhonig> ,
I could fix it here but I'd like to be sure that this isn't happening only
for me.
The problem here is that here only is being validating when the user is a
supplier, but they do not exist a validation for the user with an admin
role.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#54?email_source=notifications&email_token=AEAPEPBCJORUABOLZCD2JJTRCMJXFA5CNFSM4KSTPO5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELOEHVI#issuecomment-584860629>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEAPEPA2VT3RFJWWALUNVXLRCMJXFANCNFSM4KSTPO5A>
.
--
This message (including any attachments) may contain confidential,
proprietary, privileged and/or private
information. The information is
intended to be for the use of the individual or entity designated above. If
you are not the intended recipient of this message, please notify the
sender immediately, and delete the
message and any attachments. Any
disclosure, reproduction, distribution or other use of this message or
any
attachments by an individual or entity other than the intended recipient is
prohibited.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I log in as admin, if I create a product and click on the
Create
button, the product is saved but the supplier provided disappears and is not saved, and I must update that product and provide the supplier again.Also when I update a product and I remove their associated supplier, and I add more that one supplier to that product, the new suppliers are not saved and the supplier showing up in the field is the same supplier that I deleted.
The text was updated successfully, but these errors were encountered: