Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Checking then unchecking the offline payout option in an add or edit currency modal will assign an empty string to the data model. - The data model is typed as a Number. - This typing is exposed to external scripts. - So trim the null or empty string on addOrEditCurrency controller save to prevent a string from getting through. - See issue crowbartools#2801.
- Loading branch information