Fixed document service not targeting the correct predicates #681
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
With the change of the editor, we stopped using relative uris like
a
and started using'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
instead. We already make this fix on the plugins repo but failed to do here. We might need to do it somewhere else but don't know where so if someone knows another place is targeting relative uris let me know.connected issues and PRs:
GN-4864
Setup
None
How to test/reproduce
Create an agendapoint, write a description on it, then go to a meeting and try to add the agendapoint and copy its description. It should be copied correctly while previously it was not
Challenges/uncertainties
As I said we could be missing the same fix on other places
Checks PR readiness