Release Blocker bug PR-5.0-dev Pending

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
29 Aug 2023

Pull Request for Issue #41508.

Summary of Changes

Improve the object to array transformation.

Testing Instructions

Please follow #41508
Or run next code:

$t = new class{ public $p = 'p'; protected $b = 'b'; };
$s = new Joomla\CMS\Serializer\JoomlaSerializer('test');

dump($s->getAttributes($t));

Actual result BEFORE applying this Pull Request

An error

Expected result AFTER applying this Pull Request

No error

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 joomla-cms-bot joomla-cms-bot - change - 29 Aug 2023
Category Libraries
avatar Fedik Fedik - open - 29 Aug 2023
avatar Fedik Fedik - change - 29 Aug 2023
Status New Pending
avatar Fedik Fedik - change - 29 Aug 2023
Labels Added: PR-5.0-dev
avatar Fedik Fedik - change - 2 Sep 2023
Labels Added: Release Blocker bug
avatar HLeithner
HLeithner - comment - 4 Sep 2023

this pr has a cs issues

avatar HLeithner HLeithner - change - 4 Sep 2023
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-09-04 09:37:11
Closed_By HLeithner
avatar HLeithner HLeithner - close - 4 Sep 2023
avatar HLeithner HLeithner - merge - 4 Sep 2023
avatar HLeithner
HLeithner - comment - 4 Sep 2023

Merging this it to see side effects in beta1, thanks

avatar HLeithner
HLeithner - comment - 4 Sep 2023

migration documentation would be good

Add a Comment

Login with GitHub to post a comment