[4.0][api][com_content] render metafields "metakey", "metadesc" and "metadata" and fields "featured" and "access"#30134
[4.0][api][com_content] render metafields "metakey", "metadesc" and "metadata" and fields "featured" and "access"#30134wilsonge merged 3 commits intojoomla:4.0-devfrom alikon:patch-124
Conversation
|
I have tested this item ✅ successfully on 060df8d BEFORE Applying patch: AFTER Applying patch: This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
I have tested this item ✅ successfully on 060df8d |
|
@chetanmadaan It seems you have just added your test result here on GitHub. It would have been better if you had done it on the issue tracker here https://issues.joomla.org/tracker/joomla-cms/30134 using the "Test this" button, then the test would be counted correctly. This time I have done this for you by setting your test result in the issue tracker, so here all is ok now. But it would be great if you test a PR next time use the issue tracker for setting the test result. Thanks in advance, and thanks for testing here. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
I see the test this button. My bad. |
|
@chetanmadaan All fine. Now as it has 2 good tests, the PR is RTC, means "ready to commit", so it will be merged sooner or later. Thanks for reporting the issue and testing the PR. |
|
Well, Thank you for being the mentor on the testing bit! |
|
@alikon Don't forget to update testing instructions ;-) Ping us when ready. |
|
ready to be re-tested it solves #30135 too |
|
Back to pending due to recent changes. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
I have tested this item ✅ successfully on 6d660f3 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
@particthistle @chetanmadaan Could you test again after last changes? Thanks in advance. |
|
@particthistle @chetanmadaan P.S.: Note that testing instructions have been changed due to more fields being added with this PR now. |
|
I have tested this item ✅ successfully on 6d660f3 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
I have tested this item ✅ successfully on 6d660f3 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30134. |
|
Thank you @richard67 @alikon |
|
Thanks! |
…metadata" and fields "featured" and "access" (joomla#30134)





Pull Request for Issue #30130, #30135
Summary of Changes
render metafields: metakey, metadesc, metadata, featured, access
Testing Instructions
edit an article
add content to metakey, metadesc, metadata fields
save
call the api
--for article list
{{base_url}}api/index.php/v1/content/article--for article item
{{base_url}}api/index.php/v1/content/article/{id}Actual result BEFORE applying this Pull Request
no render of metakey, metadesc, metadata, featured, access, fields
Expected result AFTER applying this Pull Request
Documentation Changes Required
probably ?