-
Notifications
You must be signed in to change notification settings - Fork 27
Cannot create new marketplace in Docker image with TomEE if Marketplace ID is empty #841
Comments
It does not reproduce in our environment. |
@kwodzynski - I cannot reproduce this error either |
I forgot to write, it does occur on Docker image with TomEE. I have corrected the description of this bug and I will check it with environment with Glassfish 4. |
Ok, I checked it with environment with Glassfish 4 in Internal and Saml mode. In both cases the functionality is working correctly, so it is probably problem with Docker image with TomEE. |
I also have this issue with TomEE |
This bug is evident. Marketplace ID has to be an optional field. The save button is correctly enabled as soon as the user fills the required organization. However the form validation refuses leaving the ID field blank. Please fix this logic. |
Added missing empty string check in \org\oscm\marketplace\bean\MarketplaceServiceBean.java. |
Tested with Docker image 17.5 2017/11/02. It works correctly |
[Version]
OSCM 17.4.0
Docker image with TomEE
[How to reproduce]
Login as Platform Operator
Go to Create marketplace
Fill up Name and Organization ID
Click Save button
[Expected result]
New marketplace is created
[Observed result]
Red message "Value is required"
The marketplace is not created
[Details]
The text was updated successfully, but these errors were encountered: