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

[Backport 4.2.x] API / Batch editing / XPath / Add support for attribute with namespace. #8499

Open
wants to merge 1 commit into
base: 4.2.x
Choose a base branch
from

Conversation

geonetworkbuild
Copy link
Collaborator

Backport #7463
Authored by: @fxprunayre

eg. The following was failing to remove `gco:nilReason` attribute:

```json
{
  "field":"XPath_1",
  "insertMode":"gn_delete",
  "xpath":".//gmd:pointOfContact[gmd:CI_ResponsibleParty/gmd:contactInfo/*/gmd:address/*/gmd:electronicMailAddress/gco:CharacterString = '[email protected]']/@gco:nilReason[. = 'withheld']",
  "condition":"",
  "value":"",
  "isXpath":true}
```
Copy link

sonarcloud bot commented Nov 14, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@josegar74 josegar74 added this to the 4.2.12 milestone Nov 14, 2024
@CLAassistant
Copy link

CLAassistant commented Dec 8, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants