Lan2Play / eventula-manager

Event Manager App for Eventula
https://www.eventula.com
GNU General Public License v3.0
26 stars 14 forks source link

seat can not be disabled if cloumn is greater than the row #247

Open Apfelwurm opened 2 years ago

Apfelwurm commented 2 years ago

seat can not be disabled if cloumn is greater than the row.

Mawiguk0 commented 2 years ago

Taking over with a really easy fix here.. i just swapped the rows for columns

Keulerix commented 1 year ago

We changed the data model, that rows and columns are stored in the database for each seat. This made fixing the store logic much easier. Issue should now be fixed in branch feature/SeatingFix, but needs to be tested in detail.