-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4][webservices] return tag info on GET content articles #39009
Conversation
Why are we returning the numeric prefix? That looks incorrect to me. It needs to be in the relationships of the article - such as the comments section in the main json api examples here https://jsonapi.org/ |
did you see the response of a GET for a single article? |
I have tested this item ✅ successfully on ed5da42 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39009. |
I've restored the previous human test result in the issue tracker so it's properly counted because all changes after that were only code style and a clean branch update. |
I have tested this item ✅ successfully on 6b03dca This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39009. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39009. |
Thank you for your improvement. |
Co-authored-by: Quy <[email protected]>
Pull Request for Issue # .
Summary of Changes
return tags on articles webservice get
Testing Instructions
add some tags to some articles
send a GET to
{{base_url}}/{{base_path}}/content/articles
Actual result BEFORE applying this Pull Request
no tag info returned
"tags": []
Expected result AFTER applying this Pull Request
tag info returned
"tags": { "1": "aTag" }
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed