-
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Passing key into update/remove process xslt for iso 19139 to fix issu…
…e with updating/deleting resources with same url (#7431) * Passing the index into remove process xslt for iso 19139 * Updated resource logic to use 2 new field called idx and hash and revert id back to the old method. This will ensure backward compatibility Also update xslt for add and remove thumbnail/onlines recources * Add missing <xsl:copy> that was causing bugs. * unit test fix * Fix issues based on code review. - Fix issue with ordering of elements. - Fix issue with md5Hex not working * Update schemas/iso19139/src/main/plugin/iso19139/process/thumbnail-remove.xsl Co-authored-by: Jose García <[email protected]> * Update schemas/iso19139/src/main/plugin/iso19139/process/onlinesrc-add.xsl Co-authored-by: Jose García <[email protected]> * Update schemas/iso19139/src/main/plugin/iso19139/process/onlinesrc-remove.xsl Co-authored-by: Jose García <[email protected]> * Update schemas/iso19139/src/main/plugin/iso19139/process/onlinesrc-remove.xsl Co-authored-by: Ian <[email protected]> * Update schemas/iso19139/src/main/plugin/iso19139/process/thumbnail-remove.xsl Co-authored-by: Ian <[email protected]> * Add hash and index to search indexing. Remove thumbnail hash and indexing as the backend file/store will get deleted. * Fix unit test * Remove unwanted method in XslUtils * fix unit test * code review comment --------- Co-authored-by: Ian Allen <[email protected]> Co-authored-by: Jose García <[email protected]>
- Loading branch information
1 parent
54b949b
commit 7d7db43
Showing
8 changed files
with
257 additions
and
102 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
Oops, something went wrong.