stable

Clone or download

Read-only

request #14830 Include password-policy throught IncludeAssets

Introduced by a1ef50696c4ded287f0c8f7e93f807718c09eb7c Without this patch, go to Site Admin > Password Policy. - You should have a 404 for "password-policy.js" - As this is an auto-submitted switch, the form is rendered unusable. If you toggle the switch and refresh, it will stay to its original state. I may mention that without refreshing, it "fails silently". The switch will show the new state and you can be lead to assume that your action was done. With this patch, the script is included and the auto-submit switch works again. Change-Id: I5f9381ad691537722b87a6830ac3815706a7551e

Modified Files

Name
M src/common/Password/Administration/PasswordPolicyDisplayController.php +13 −4 Go to diff View file
M src/webpack.common.js +1 −0 Go to diff View file
A tests/unit/common/Password/Administration/PasswordPolicyDisplayControllerTest.php +90 −0 Go to diff View file