-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support for Tag backend. #396
base: master
Are you sure you want to change the base?
Conversation
Will update API wiki after the approval. |
@tdipisa on my side the PR looks good, but this one introduces a change on the model. Before merging to the main branch you should consider the possible breaking changes on the current installations. |
Understood @afabiani. That would be a test per se, indeed. If the review is ok, let's merge, we can always revert it if necessary. Maybe, just let me merge it in the right moment. |
converted to draft for the moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@axl8713 please include in this PR all the additional fixes:
Then you can close the PRs:
@tdipisa I'm reporting the problem related to the filtering using the |
Changes as per #382:
Added CRUD operations for
Tag
entity under theResource
context:/geostore/rest/resources/tag
/geostore/rest/resources/tag[?page&entries][?nameLike]
/geostore/rest/resources/tag/{id}
/geostore/rest/resources/tag/{id}
/geostore/rest/resources/tag/{id}
Added association operations for
Tag
s under theResource
context:/geostore/rest/resources/tag/{id}/resource/{resourceId}
/geostore/rest/resources/tag/{id}/resource/{resourceId}
Added support to showing tags for the resources in ExtJS get all result:
/geostore/rest/extjs/search/list?includeTags=true
Added support to showing tags for the single resource in ExtJS:
/geostore/rest/extjs/resource/100?includeTags=true
Other changes:
Closes #382