Keep B.amount_seats.len()
amount of selected rowers upon changing the boat from A to B
#48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's commented out code in
frontend/main.ts
(currently lines 90-98). Unfortunately, I get the following bug:Actual behaviour: Can't add
M-N
people as it keeps telling me "Nur N Ruderer können hinzugefügt werden."Expected behaviour: I should be able to add the people
If I print
choiceObjects["newrower"].config.maxItemCount
in the browsers' console, I get the correct value (M
).changed the description
mentioned in issue #44