RTC bug Webservices PR-5.4-dev Pending

User tests: Successful: Unsuccessful:

avatar sinahaghparast
sinahaghparast
15 Feb 2025

Pull Request for Issue # .

Summary of Changes

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));

Testing Instructions

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

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

avatar sinahaghparast sinahaghparast - open - 15 Feb 2025
avatar sinahaghparast sinahaghparast - change - 15 Feb 2025
Status New Pending
avatar sinahaghparast sinahaghparast - change - 16 Feb 2025
Labels Added: PR-5.2-dev
avatar HLeithner
HLeithner - comment - 15 Apr 2025

This pull request has been automatically rebased to 5.3-dev.

avatar HLeithner HLeithner - edited - 15 Apr 2025
avatar HLeithner HLeithner - change - 15 Apr 2025
Title
5.2 contact serializer and newsfeed serializer
[5.3] 5.2 contact serializer and newsfeed serializer
avatar sinahaghparast sinahaghparast - change - 24 May 2025
Title
[5.3] 5.2 contact serializer and newsfeed serializer
[5.3] contact serializer and newsfeed serializer
avatar sinahaghparast sinahaghparast - edited - 24 May 2025
avatar sinahaghparast sinahaghparast - change - 24 May 2025
Labels Added: bug Webservices PR-5.3-dev
Removed: PR-5.2-dev
avatar heelc29
heelc29 - comment - 16 Jul 2025

On which endpoint is it output?

avatar HLeithner
HLeithner - comment - 15 Oct 2025

This pull request has been automatically rebased to 5.4-dev.

avatar richard67 richard67 - change - 2 Nov 2025
Title
[5.3] contact serializer and newsfeed serializer
[5.4] contact serializer and newsfeed serializer
avatar richard67 richard67 - edited - 2 Nov 2025
avatar richard67 richard67 - change - 2 Nov 2025
Labels Added: PR-5.4-dev
Removed: PR-5.3-dev
avatar richard67 richard67 - change - 2 Nov 2025
The description was changed
avatar richard67 richard67 - edited - 2 Nov 2025
avatar ThomasFinnern ThomasFinnern - test_item - 19 Jun 2026 - Tested successfully
avatar ThomasFinnern
ThomasFinnern - comment - 19 Jun 2026

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


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44914.

avatar ThomasFinnern
ThomasFinnern - comment - 19 Jun 2026

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


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44914.

avatar alikon alikon - test_item - 22 Jun 2026 - Tested successfully
avatar alikon
alikon - comment - 22 Jun 2026

I have tested this item ✅ successfully on 502a43a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44914.

avatar alikon
alikon - comment - 22 Jun 2026

I have tested this item ✅ successfully on 502a43a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44914.

avatar alikon alikon - change - 22 Jun 2026
Status Pending Ready to Commit
avatar alikon
alikon - comment - 22 Jun 2026

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44914.

avatar alikon
alikon - comment - 22 Jun 2026

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44914.

avatar richard67 richard67 - change - 22 Jun 2026
Labels Added: RTC
avatar richard67 richard67 - change - 22 Jun 2026
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
avatar richard67 richard67 - close - 22 Jun 2026
avatar richard67 richard67 - merge - 22 Jun 2026
avatar richard67
richard67 - comment - 22 Jun 2026

Thanks @sinahaghparast for this PR, and @ThomasFinnern and @alikon for testing.

Add a Comment

Login with GitHub to post a comment