-
Notifications
You must be signed in to change notification settings - Fork 254
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
Web Actions are broken #542
Comments
That should have been unrelated but I’ll test with that build. |
The issue remains with that build. |
Additional details: adding a Web Service Action to an existing change action does not cause it to show in the change summary when going to save the configuration changes. |
I had this same issue and had to go back to v1.9.1. I am getting "A required service is unavailable. Please try again later." in v1.9.1. |
I have been able to reproduce this issue in v2.0.1. From my testing it fails when a basic auth password value is not included. If a basic auth password is included, the save and reload works fine. |
…h password value isn't included in setting value
Describe the bug
The master build of PWM can't save Web Actions to the config file and can't read ones added manually. This results in Web Actions being completely broken.
To Reproduce
Steps to reproduce the behavior:
testaction
and click "OK".http://google.com
and click "OK" twice.PwmConfiguration.xml
forchangePassword.writeAttributes
.Expected behavior
The configured action should remain configured in the UI. The value of
changePassword.writeAttributes
should be:Actual behavior
The configured action vanishes from the UI. The value of
changePassword.writeAttributes
becomes:Additional context
This does not affect version 1.9.1. I haven't done a whole lot of digging, but it seems likely to have been introduced during the stored configuration refactoring during November 2019.
The text was updated successfully, but these errors were encountered: