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
|
||
| Title |
|
||||||
| Title |
|
||||||
| Labels |
Added:
bug
Webservices
PR-5.3-dev
Removed: PR-5.2-dev |
||
On which endpoint is it output?
This pull request has been automatically rebased to 5.4-dev.
| Title |
|
||||||
| Labels |
Added:
PR-5.4-dev
Removed: PR-5.3-dev |
||
I have tested this item ✅ successfully on 502a43a
I am a using webservices inside my component so i am familiar with the structure.
This PR fixes some copy and paste errors
I had a look at the changes in the files and checked each PR change
against the route in plugins/webservices.
All PR changes are valid
I have tested this item ✅ successfully on 502a43a
I am a using webservices inside my component so i am familiar with the structure.
This PR fixes some copy and paste errors
I had a look at the changes in the files and checked each PR change
against the route in plugins/webservices.
All PR changes are valid
I have tested this item ✅ successfully on 502a43a
I have tested this item ✅ successfully on 502a43a
| Status | Pending | ⇒ | Ready to Commit |
RTC
RTC
| Labels |
Added:
RTC
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-06-22 13:07:34 |
| Closed_By | ⇒ | richard67 |
Thanks @sinahaghparast for this PR, and @ThomasFinnern and @alikon for testing.
This pull request has been automatically rebased to 5.3-dev.