User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Correct component name.
// api/components/com_contact/src/Serializer/ContactSerializer.php, line 73:
before:
->addLink('self', Route::link('site', Uri::root() . 'api/index.php/v1/content/categories/' . $model->catid));
after:
->addLink('self', Route::link('site', Uri::root() . 'api/index.php/v1/contact/categories/' . $model->catid));
// api/components/com_newsfeeds/src/Serializer/NewsfeedSerializer.php, line 73:
before:
->addLink('self', Route::link('site', Uri::root() . 'api/index.php/v1/newfeeds/categories/' . $model->catid));
after:
->addLink('self', Route::link('site', Uri::root() . 'api/index.php/v1/newsfeeds/categories/' . $model->catid));
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 |
Labels |
Added:
PR-5.2-dev
|