Skip to content
Snippets Groups Projects
Commit 32062db4 authored by Claus Due's avatar Claus Due Committed by Benni Mack
Browse files

[TASK] Streamline BackendLayout API class

Followup with minor corrections for https://review.typo3.org/c/Packages/TYPO3.CMS/+/63918

* Relaxes method signature of getSelectedBackendLayout
  to restore compatibilty with third party XCLASS.
* Avoids parsing empty configuration strings (in use
  cases where configuration is passed to BackendLayout
  as array, not TS string).
* Uses DrawingConfiguration instance provided from
  BackendLayout instead of creating a new instance to
  override the one returned from BackendLayout.
* Fixes a method call with unused return value.

Releases: master
Resolves: #90839
Change-Id: If6fe1286d3ce6530de30ea4c534ac1799e63177e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63968


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 4e54cfdb
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment