Closed kidhab closed 4 months ago
hey kidhab, thanks for this MR! I think rubocop fails because there is a superfluous ,
in https://github.com/foodcoops/foodsoft/pull/1062/files#diff-28eff7cc0ab79d26401c7885e1ccb6dbb24c4ec0538e436071b48b060a8820c7R3
besides that, we can merge this.
Additionally we could write a test for the name / iban field, I'm unsure if there is a validation for those, we might want to have that too ..
We recently got the following error:
Obviously someone tried to enter a long description for the bank account. At the moment the database field is of the type
varchar(255)
. This MR allows to enter longer descriptions.