-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
1 - RequestA request made by a member of the communityA request made by a member of the community
Description
specify7/specifyweb/specify/scoping.py
Lines 24 to 29 in 9adcc03
| 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
Labels
1 - RequestA request made by a member of the communityA request made by a member of the community
Type
Projects
Status
✅ Done