Skip to content

Enable group owner access to new field#9177

Merged
josegar74 merged 7 commits intogeonetwork:mainfrom
tanzeeladebont:Enable-groupOwner-access-to-new-field
Mar 13, 2026
Merged

Enable group owner access to new field#9177
josegar74 merged 7 commits intogeonetwork:mainfrom
tanzeeladebont:Enable-groupOwner-access-to-new-field

Conversation

@tanzeeladebont
Copy link
Copy Markdown
Contributor

@tanzeeladebont tanzeeladebont commented Feb 19, 2026

Enable groupOwner access to new field test enhancement

Checklist

  • I have read the contribution guidelines
  • Pull request provided for main branch, backports managed with label
  • Good housekeeping of code, cleaning up comments, tests, and documentation
  • Clean commit history broken into understandable chucks, avoiding big commits with hundreds of files, cautious of reformatting and whitespace changes
  • Clean commit messages, longer verbose messages are encouraged
  • API Changes are identified in commit messages
  • Testing provided for features or enhancements using automatic tests
  • User documentation provided for new features or enhancements in manual
  • Build documentation provided for development instructions in README.md files
  • Library management using pom.xml dependency management. Update build documentation with intended library use and library tutorials or documentation

@tanzeeladebont tanzeeladebont marked this pull request as ready for review March 2, 2026 11:16
jsonpathFilters.add(authenticatedFilter.getJsonpath());
}
//do the same for groupOwner
MetadataSchemaOperationFilter groupOwnerFilter = mds.getOperationFilter("groupOwner");
Copy link
Copy Markdown
Member

@josegar74 josegar74 Mar 4, 2026

Choose a reason for hiding this comment

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

Maybe for the authenticated and groupOwner we can create an enum like MetadataOperationFilterType to use it instead string values, similar as other filters use the ReservedOperation enum.

@josegar74 josegar74 added this to the 4.4.10 milestone Mar 4, 2026
@josegar74 josegar74 merged commit de01d4b into geonetwork:main Mar 13, 2026
7 checks passed
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.

2 participants