Skip to content

Add ability to change Accession scoping in the UI #3307

@grantfitzsimmons

Description

@grantfitzsimmons

def accession(self):
institution = models.Institution.objects.get()
if institution.isaccessionsglobal:
return INSTITUTION_SCOPE, institution.id
else:
return self._simple_division_scope()

IsAccessionsGlobal is a boolean value in the Institution table that can be toggled. There should be a more intuitive way in the UI to change this behavior, potentially upon database creation or within the schema configuration tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    1 - RequestA request made by a member of the community

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions