You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is relevant, but I think it might be.
I just pushed a few lines of code to ShiftStartActivity as part of my differentiating user roles. You'll see it in there where I create an Employee object using just the id and the userrole, then I add the object to the Intent to be passed along with it.
Changes to that Employee object should be able to be made no problem, but as of right now when the User selects MCT as the role we will see the error Toast pop up I think. I don't think that the updateEmployeeAsMCT() method is working quite right yet.
When a user logs in, we need three things:
The text was updated successfully, but these errors were encountered: