User tests: Successful: Unsuccessful:
Pull Request for Issue # .
return tags on articles webservice get
add some tags to some articles
send a GET to {{base_url}}/{{base_path}}/content/articles
no tag info returned
"tags": []
tag info returned
"tags": { "1": "aTag" }
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
Status | New | ⇒ | Pending |
did you see the response of a GET for a single article?
I have tested this item
Tested successfully in Joomla 4.2.4-dev of 24 October in Wampserver, PHP 8.1.10 and Postman v10
Labels |
Added:
?
?
?
|
Labels |
Removed:
?
|
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
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-07 17:07:46 |
Closed_By | ⇒ | fancyFranci |
Thank you for your improvement.
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/