I am not sure if what I encountered was a bug from my actions, or an intended featured that I don't understand, and the UI display makes it look like a bug.
To walk through how I arrived, I created a ShiftType called Morning with value 1 set for each day of the week.
Then from the Shifts plan view I clicked Add Shift button and filled out values as such.
When I first did this a handful of times, it did not seem to add after clicking Save so I clicked again. And again. And again... Then eventually after seeing no errors in console, I refreshed the page. VOILA!!! The result was:
Good, so it's properly adding shifts, just far too many. I had assumed the value 1 would limit it to one ShiftType on that given day of the week.
Upon viewing this in Chrome (above screenshot is in FF), the Shifts app properly expands the container for all items inside- so at least that part of this a cross-browser bug
I am not sure if what I encountered was a bug from my actions, or an intended featured that I don't understand, and the UI display makes it look like a bug.
To walk through how I arrived, I created a
ShiftType
calledMorning
with value1
set for each day of the week.Then from the
Shifts plan
view I clickedAdd Shift
button and filled out values as such.When I first did this a handful of times, it did not seem to add after clicking
Save
so I clicked again. And again. And again... Then eventually after seeing no errors in console, I refreshed the page. VOILA!!! The result was:Good, so it's properly adding shifts, just far too many. I had assumed the value
1
would limit it to oneShiftType
on that given day of the week.