-
Notifications
You must be signed in to change notification settings - Fork 409
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
fetching the list of formats is disabled for a no-vendor WMS service #10480 #10594
fetching the list of formats is disabled for a no-vendor WMS service #10480 #10594
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a unit test (please always, in this case was relatively easy for button)
and improved readability and maintainability by putting in common a variable
. Please @rowheat02 look at it.
I approve the PR.
web/client/components/catalog/editor/AdvancedSettings/__tests__/RasterAdvancedSettings-test.js
Outdated
Show resolved
Hide resolved
…_/RasterAdvancedSettings-test.js
@ElenaGallo, could you please test this on DEV ? Thank you |
Test passed, @rowheat02 please backport to 2024.02.xx. Thanks |
Description
fixes #10480
In case of Server type No Vendor the refresh and format buttons are enabled in Advanced Settings. Disabled only for CSW.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
#10480
What is the current behavior?
#10480
What is the new behavior?
For services other than CSW, refresh button and buttons on the format section are enabled while the Server Type is No Vendor.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information