SFTtech / abrechnung

Payment tracking and money splitting for groups 💸
https://abrechnung.readthedocs.io
GNU Affero General Public License v3.0
130 stars 15 forks source link

`description` field of account create/edit view copies content to `name` field #172

Closed leofah closed 11 months ago

leofah commented 11 months ago

When creating or editing an account, the description is copied to the name if enter is pressed. Further, when saving the account, the description is not saved but set empty. This makes it impossible to change the description or set a description for new accounts.

The same bug happens in the event save dialog. Further dialogs could be effect in a similar way. The group description is not affected.

Tested in:

leofah commented 11 months ago

Duplicate of #169