TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

task/update-sub-admin-query-table #246

Closed sophia-massie closed 8 months ago

sophia-massie commented 8 months ago

Overview

To use the new registration_submitters table to allow a submitter code to have a many to many relationship with registration ids on the registration table

Related

Changes

Joined the registration_submitters table to link multiple registration ids to the submitter table

Testing

  1. Unable to test locally until UTH starts using the registration_submitters table. The query will pull all distinct registration ids for a submitter_code once they are on the registration_submitters table.

UI