Closed LukasK32 closed 4 years ago
Hi @LukasK32 ,
Thank you for your PR. Because I don't have the Redmine4.1 with Easy Redmine, so I didn't test it. I merged this PR, and if there is any new issue pop up, we will look into it again. Thank you again for your help.
Current Behavior
Clicking "Save" button in plugin settings does not submit the form. The following error is thrown (in Chrome):
Solution
Error is thrown because there are hidden required inputs. To solve this,
required
attribute must be removed when inputs are hidden and added when they are shown again.Tests
This PR has been tested in the following browsers:
Redmine version:
4.1.0.stable
with Easy Redmine9.00 (ER 2019)