forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Disable multiple identifiers for agents (#730)
* fix: identifier for organizations is ror and for persons is orcid * disable multiple identifiers for agents in agents form * remove the restriction for certain submission fields to create only organization type or person type agents * fix agent tests after changing agent identifier to not be a list --------- Co-authored-by: Syphax <[email protected]>
- Loading branch information
1 parent
be29543
commit 563b2b4
Showing
4 changed files
with
22 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ agent1: | |
email: "[email protected]" | ||
identifiers: | ||
- notation: "0000-0001-2345-6789" | ||
- notation: "0000-0001-2345-6788" | ||
- notation: "0000-0001-2345-6788" | ||
affiliations: | ||
- name: "Research Institute X" | ||
agentType: "organization" | ||
|