-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into 1888-opacLink
- Loading branch information
Showing
18 changed files
with
40,519 additions
and
13,883 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -42,8 +42,9 @@ do put_macro("alternateGraphicRepresationIsPartOf") | |
end | ||
else | ||
copy_field("[email protected]","alternateGraphicRepresentation[].$append.script.id") | ||
copy_field("[email protected]","alternateGraphicRepresentation[].$last.script.label") | ||
set_array("alternateGraphicRepresentation[].$last.record.isPartOf[].$last.hasSuperordinate[].$append") | ||
copy_field("[email protected]","alternateGraphicRepresentation[].$last.script.label") | ||
set_array("alternateGraphicRepresentation[].$last.record.isPartOf[]") | ||
set_array("alternateGraphicRepresentation[].$last.record.isPartOf[].$append.hasSuperordinate[]") | ||
copy_field("$880.a","alternateGraphicRepresentation[].$last.record.isPartOf[].$last.hasSuperordinate[].$append.label") | ||
copy_field("$880.v", "alternateGraphicRepresentation[].$last.record.isPartOf[].$last.numbering") | ||
end | ||
|
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 |
---|---|---|
|
@@ -856,9 +856,6 @@ | |
} | ||
} | ||
}, | ||
"coverage": { | ||
"type": "text" | ||
}, | ||
"isPartOf": { | ||
"properties": { | ||
"hasSuperordinate": { | ||
|
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
Oops, something went wrong.