Closed lluni closed 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:
BA
I assume this is because of substring(1) in this line: https://github.com/go-vikunja/app/blob/main/lib/components/BucketTaskCard.dart#L61
substring(1)
This is weird. I'll change it in the next release.
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:I assume this is because of
substring(1)
in this line: https://github.com/go-vikunja/app/blob/main/lib/components/BucketTaskCard.dart#L61