-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9507 show linked collections #9970
Merged
Merged
Changes from 8 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
cb1f3e6
#9507 prelim check in
sekmiller 9ff707d
#9507 fix bundle/format
sekmiller 66b40f5
Merge branch 'develop' into 9507-show-linked-collections
sekmiller efe0052
#9507 update ui; add refresh logic
sekmiller 982582b
#9507 update bundle dataverse to collection
sekmiller f2aa3c4
Merge branch 'develop' into 9507-show-linked-collections
sekmiller 47369ff
#9507 unneeded import
sekmiller 7eb213a
Merge branch 'develop' into 9507-show-linked-collections
sekmiller c3c3853
Merge branch 'develop' into 9507-show-linked-collections
sekmiller e89e2aa
#9507 revert to use dataverse in bundle
sekmiller 617f36c
#9507 missed one
sekmiller 27e01f0
Merge branch 'develop' into 9507-show-linked-collections
sekmiller cf807cc
Merge branch 'develop' into 9507-show-linked-collections
sekmiller 15ac60e
Merge branch 'develop' into 9507-show-linked-collections
sekmiller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -874,23 +874,23 @@ dataverse.publish.header=Publish Dataverse | |
dataverse.nopublished=No Published Dataverses | ||
dataverse.nopublished.tip=In order to use this feature you must have at least one published dataverse. | ||
dataverse.contact=Email Dataverse Contact | ||
dataverse.link=Link Dataverse | ||
dataverse.link.btn.tip=Link to Your Dataverse | ||
dataverse.link.yourDataverses=Your Dataverse | ||
dataverse.link.yourDataverses.inputPlaceholder=Enter Dataverse Name | ||
dataverse.link.save=Save Linked Dataverse | ||
dataverse.link.dataverse.choose=Choose which of your dataverses you would like to link this dataverse to. | ||
dataverse.link.dataset.choose=Enter the name of the dataverse you would like to link this dataset to. If you need to remove this link in the future, please contact {0}. | ||
dataverse.link.dataset.none=No linkable dataverses available. | ||
dataverse.link.no.choice=You have one dataverse you can add linked dataverses and datasets in. | ||
dataverse.link.no.linkable=To be able to link a dataverse or dataset, you need to have your own dataverse. Create a dataverse to get started. | ||
dataverse.link.no.linkable.remaining=You have already linked all of your eligible dataverses. | ||
dataverse.link=Link Collection | ||
dataverse.link.btn.tip=Link to Your Collection | ||
dataverse.link.yourDataverses=Your Collection | ||
dataverse.link.yourDataverses.inputPlaceholder=Enter Collection Name | ||
dataverse.link.save=Save Linked collection | ||
dataverse.link.dataverse.choose=Choose which of your collection you would like to link this collection to. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo |
||
dataverse.link.dataset.choose=Enter the name of the collection you would like to link this dataset to. If you need to remove this link in the future, please contact {0}. | ||
dataverse.link.dataset.none=No linkable collections available. | ||
dataverse.link.no.choice=You have one collection you can add linked collection and datasets in. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo |
||
dataverse.link.no.linkable=To be able to link a collection or dataset, you need to have your own collection. Create a collection to get started. | ||
dataverse.link.no.linkable.remaining=You have already linked all of your eligible collections. | ||
dataverse.savedsearch.link=Link Search | ||
dataverse.savedsearch.searchquery=Search | ||
dataverse.savedsearch.filterQueries=Facets | ||
dataverse.savedsearch.save=Save Linked Search | ||
dataverse.savedsearch.dataverse.choose=Choose which of your dataverses you would like to link this search to. | ||
dataverse.savedsearch.no.choice=You have one dataverse to which you may add a saved search. | ||
dataverse.savedsearch.dataverse.choose=Choose which of your collection you would like to link this search to. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo |
||
dataverse.savedsearch.no.choice=You have one collection to which you may add a saved search. | ||
# Bundle file editors, please note that "dataverse.savedsearch.save.success" is used in a unit test | ||
dataverse.saved.search.success=The saved search has been successfully linked to {0}. | ||
dataverse.saved.search.failure=The saved search was not able to be linked. | ||
|
@@ -2498,6 +2498,7 @@ dataset.registered=DatasetRegistered | |
dataset.registered.msg=Your dataset is now registered. | ||
dataset.notlinked=DatasetNotLinked | ||
dataset.notlinked.msg=There was a problem linking this dataset to yours: | ||
dataset.linking.popop.already.linked.note=Note: This dataset is already linked to the following collection(s): | ||
datasetversion.archive.success=Archival copy of Version successfully submitted | ||
datasetversion.archive.failure=Error in submitting an archival copy | ||
datasetversion.update.failure=Dataset Version Update failed. Changes are still in the DRAFT version. | ||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo? (I noticed the before was also singular, so I'm not sure of the contect, but the key is plural)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was singular in the original. I'll take a look at it in context and maybe change the key name.