illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Course staff page no longer shows staff name [regression] #238

Closed wadefagen closed 5 years ago

wadefagen commented 5 years ago

In previous versions, the course staff reported the name of each user on staff to other staff members. In the latest release, only the NetID shows up:

image

Interestingly, it does show the name correctly if you add the user (but then reverts to only the NetID after a re-render):

image

nwalters512 commented 5 years ago

This was introduced in #233 when we updated Sequelize to v5.1.0. Relevant issue: https://github.com/sequelize/sequelize/issues/10552