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
The typeahead boxes on the account creation, account profile, create plan, edit plan details, contributors all show both the ROR name for an organization (from the registry_orgs table) and the internal name for the organization (from the orgs table).
The typeahead should only display the ROR name when the registry_org record does NOT have a related org in the orgs table.
For example: University of Colorado Anschutz Medical Campus (cuanschutz.edu) is the name of the Org in the registry_orgs table and that record has an FKey to the orgs table's University of Colorado Anschutz Medical Campus (CU Anschutz) record
The system correctly attaches the id for the record from the orgs table to the plan and contributor regardless of which entry is selected
The login and profile pages though do not work when the user selects the incorrect entry.
The typeahead should show:
All matching records from the orgs table
ONLY matching records from the registry_orgs table that do NOT have an associated record in the orgs table.
Unclear why this is happening now. Suspect that it may have been introduced during the Rails 7/ Ruby upgrade and we did not notice
The text was updated successfully, but these errors were encountered:
The typeahead boxes on the account creation, account profile, create plan, edit plan details, contributors all show both the ROR name for an organization (from the
registry_orgs
table) and the internal name for the organization (from theorgs
table).The typeahead should only display the ROR name when the
registry_org
record does NOT have a related org in theorgs
table.For example:
University of Colorado Anschutz Medical Campus (cuanschutz.edu)
is the name of the Org in theregistry_orgs
table and that record has an FKey to theorgs
table'sUniversity of Colorado Anschutz Medical Campus (CU Anschutz)
recordThe system correctly attaches the id for the record from the
orgs
table to the plan and contributor regardless of which entry is selectedThe login and profile pages though do not work when the user selects the incorrect entry.
The typeahead should show:
orgs
tableregistry_orgs
table that do NOT have an associated record in theorgs
table.Unclear why this is happening now. Suspect that it may have been introduced during the Rails 7/ Ruby upgrade and we did not notice
The text was updated successfully, but these errors were encountered: