Error when assigning All (Special Education) menu to user in FedEMIS

Issue #816 resolved
Ghislain Hachey created an issue

Comments (5)

  1. Ghislain Hachey reporter

    This happens when the id field contains text longer then varchar(20). Solution is to keep the key shorter then 20 chars and have a more description version of the menu in the label field (e.g. id: ALL(SpEd), label: ALL(Special Education)

  2. Brian Lewis repo owner

    Resolved - MenuKey field on AspNetUsers needs to be nvarchar(100) to match the id of Navigation table.

    Changed made on IdentitiesP in FSM production and RMI production

  3. Brian Lewis repo owner

    oh we are at cross purposes becuase I have made the table changes. Should I roll that back?

  4. Log in to comment