fix typo c&p bug in externalId feature UI - #2536
Conversation
closes issue #2533
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1876 |
rafaelweingartner
left a comment
There was a problem hiding this comment.
I checked the server side code. And indeed if the netmask is not provided we ignore the guestGateway value. This makes ACS to use the default value.
|
@DaanHoogland, Thanks for the fix. @rafaelweingartner, I just had a look at the code. Everywhere the check for netmask is performed with the gateway only (gateway != null && netmask != null), but I couldn't able to figure out, how ACS picks the default value if it is null. |
|
@DaanHoogland can you add a screenshot to show that some testing was done, then we can merge this. |
|
@rhtyd Do we really need a screenshot here? Looking at the code it is clear the problem and how it was fixed. What do you think @DaanHoogland? |
|
Sure, @rafaelweingartner we can accept this without explicit screenshot. In which case I'll merge this. |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✖centos7 ✔debian. JID-1973 |
|
sorry @rhtyd and @rafaelweingartner I didn't look at adding the screen shot. I'm not sure twhat i would have been adding. probably the lack of an error but it was tested by a colleague. |
closes issue #2533
Description
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
Checklist:
Testing
@blueorangutan package