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
Is your feature request related to a problem? Please describe.
The client normally looks at submissions by organization name, and not submitter name. They refer to things as the "X Institute" submission, etc. But that information isn't easily accessible on the table.
Is your feature request related to an existing functionality? Please describe.
This affects all the tables that list submissions
Additional context
This requires that the organization name become a top level field on the Submission model
Priority
Medium (slowing you down)
This was a medium priority item for our client, but we solved it in our fork and a PR will be forthcoming
The text was updated successfully, but these errors were encountered:
Fixes#3290
Adds an organization name column to the submission table. To effect that
change, a new unique block needed to be added. I did test that the
column will not show up when added to
`SUBSMISSION_TABLE_EXCLUDED_FIELDS`
---------
Co-authored-by: Ghulam Murtaza <[email protected]>
Co-authored-by: Frank Duncan <[email protected]>
Co-authored-by: Fredrik Jonsson <[email protected]>
Is your feature request related to a problem? Please describe.
The client normally looks at submissions by organization name, and not submitter name. They refer to things as the "X Institute" submission, etc. But that information isn't easily accessible on the table.
Is your feature request related to an existing functionality? Please describe.
This affects all the tables that list submissions
Additional context
This requires that the organization name become a top level field on the Submission model
Priority
This was a medium priority item for our client, but we solved it in our fork and a PR will be forthcoming
The text was updated successfully, but these errors were encountered: