But when adding the days to dates, I tested with Monday only and showed up correctly, but then when I added the other days Monday disappeared, and it shows up as blocked?
Guess you have to do some cleaning up here. To get started click the edit icon of MO 5/25 and delete all *LU entries. You should see a change in your timetable. Good luck.
Unfortunately, the bulk add lets you add multiple days from a single timetable to one date, although that then stops the timetable from displaying properly. This is a bug that it is on our list to fix!
For now, I’d recommend you truncate (SQL term for emptying) your gibbonTTDayDate table. This will remove entries, and then you can add again, making sure to avoid duplicates. Hopefully this fixes the issue. The command, if you want to run it directly using SQL is:
Unfortunately, the bulk add lets you add multiple days from a single timetable to one date, although that then stops the timetable from displaying properly. This is a bug that it is on our list to fix!
For now, I’d recommend you truncate (SQL term for emptying) your gibbonTTDayDate table. This will remove entries, and then you can add again, making sure to avoid duplicates. Hopefully this fixes the issue. The command, if you want to run it directly using SQL is: