PR-5.2-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

Add a Comment

Login with GitHub to post a comment