go-vikunja / app

MIT License
270 stars 23 forks source link

First letter of list identifier is omitted #30

Closed lluni closed 1 year ago

lluni commented 1 year ago

I have a list with the list identifier BA but when viewing a task in the kanban board the first letter of it is omitted: Screenshot

I assume this is because of substring(1) in this line: https://github.com/go-vikunja/app/blob/main/lib/components/BucketTaskCard.dart#L61

Benimautner commented 1 year ago

This is weird. I'll change it in the next release.