-
Notifications
You must be signed in to change notification settings - Fork 0
UBO-446 Migrate ubo status to mycore state #507
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
455f324
UBO-446 Added state.xml based on status.xml
Possommi 4f66401
UBO-446 Use state class in import-editor.xed and import-list.xed
Possommi 1ff5ab2
UBO-446 Use state class in <xed:template id="status"/>
Possommi 1df23b1
UBO-446 Use state class in mycoreobject.xsl
Possommi 50ecc50
UBO-446 Set state during import
Possommi 5337094
UBO-446 Updated mycoreobject-structure.xsl to new servstate
Possommi 5bcaea6
UBO-446 Updated ubo-solr.xsl to new servstate, use add-copy-field dir…
Possommi 808be59
UBO-446 Use `obj.getService().setState(STATUS)` in `ScopusImporter` t…
Possommi 1063d75
UBO-446 Use `obj.getService().setState(...)` in `DozBibCommands` and …
Possommi ab9ea9e
UBO-446 DozBibCommands: Use MCRCommand annotation
Possommi b2d1cf4
UBO-446 DozBibCommands: Added command `migrate status to state classi…
Possommi c52698f
UBO-446 Added category `deleted` to state.xml
Possommi 2074f56
UBO-446 Publications submitted by administrators have default state c…
Possommi 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <mycoreclass ID="state" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MCRClassification.xsd"> | ||
|
|
||
| <label xml:lang="de" text="Objektstatus"/> | ||
| <label xml:lang="en" text="Object state"/> | ||
| <label xml:lang="it" text="stato dell'oggetto"/> | ||
|
|
||
| <label xml:lang="x-uri" text="http://www.mycore.org/classifications/state"/> | ||
|
|
||
| <categories> | ||
| <category ID="confirmed"> | ||
| <label xml:lang="de" text="freigegeben"/> | ||
| <label xml:lang="en" text="confirmed"/> | ||
| </category> | ||
| <category ID="submitted"> | ||
| <label xml:lang="de" text="eingereicht"/> | ||
| <label xml:lang="en" text="submitted"/> | ||
| </category> | ||
| <category ID="review"> | ||
| <label xml:lang="de" text="wird bearbeitet"/> | ||
| <label xml:lang="en" text="in review"/> | ||
| </category> | ||
| <category ID="imported"> | ||
| <label xml:lang="de" text="importiert"/> | ||
| <label xml:lang="en" text="imported"/> | ||
| </category> | ||
| <category ID="deleted"> | ||
| <label xml:lang="de" text="gelöscht"/> | ||
| <label xml:lang="en" text="deleted"/> | ||
| </category> | ||
| </categories> | ||
| </mycoreclass> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Possommi marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.