People tab ability to view advisors: @Joanie Westwood I believe this can be fixed by database upgrade script, I can't remember the exact requirements around providing the advisor access, but we need to either fix this in code, or have a database upgrade script. To fix in code, the places that check need to have the default value (the same as what we default in the dropdown on the people tab), if the value has never been set. The code in in security.coffee: hasPackageAccess() To fix in the database script, we need to populate the database with the default value of the dropdown unless there is already a value set.