wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

Marker: support duplicate marker type on single portal #319

Closed le-jeu closed 2 years ago

le-jeu commented 2 years ago

This was a limitation in early version of the server that was lifted some versions ago. This is different from multi-assignments.

Use cases

cloudkucooland commented 2 years ago

No objection. The initial restriction was due to a client-side issue. We made it impossible to add multiples at the server to get-around the client problem. There is no reason to keep this restriction in place now.

bgillock commented 2 years ago

This would amount to removing the code that disables the existing marker types in the select list. I suggest doing this before #309 as it makes the bulk logic simpler.