Skip to content
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

source parameter for dataset-add process #2618

Merged

Conversation

juanluisrp
Copy link
Contributor

Some schemas, like iso19139.nl.services.1.2.1, require an additional parameter for creating the srv:operatesOn element.

See issues #757, #2463 and commit metadata101/iso19139.nl.services.1.2.1@2ede1ef3c5.

Some schemas, like iso19139.nl.services.1.2.1, require an additional
parameter for creating the srv:operatesOn element.

See issues geonetwork#757, geonetwork#2463 and commit 2ede1ef3c5.
@juanluisrp juanluisrp added this to the 3.4.2 milestone Mar 15, 2018
@@ -366,6 +366,7 @@
scopedName: qParams.name,
uuidref: qParams.uuidDS,
uuid: qParams.uuidSrv,
source: qParams.identifier ? qParams.identifier : '',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qParams.identifier || ''

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed all the ternary ? operator by lazy evaluation.

@juanluisrp juanluisrp merged commit c307f50 into geonetwork:3.4.x Apr 4, 2018
@juanluisrp juanluisrp deleted the source-parameter-link-service branch April 4, 2018 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants