Project

General

Profile

Actions

Bug #75232

closed

Spread TypeConverter priorities

Added by Bernhard Kraft about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2016-03-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
5.6
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

The priorities of the "TypeConverter" classes are quite packed. At the moment there are only two TypeConverter's with concurring source/target types. These are the "ObjectConverter" and the "PersistentObjectConverter" TypeConverter classes.

The "ObjectConverter" has a priority of "0" (the only one with zero priority) while the "PersistentObjectConverter" has a priority of "1".

With the current situation it is not possible to create a custom TypeConverter with higher priority than "ObjectConverter" but lower than "PersistentObjectConverter".

Solution: Raise the priority of every TypeConverter to "10" instead of "PersistentObjectConverter" which should win against "ObjectConverter" by having a priority of 20.

Actions #1

Updated by Gerrit Code Review about 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47361

Actions #2

Updated by Gerrit Code Review over 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47361

Actions #3

Updated by Gerrit Code Review over 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47361

Actions #4

Updated by Bernhard Kraft over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Gerrit Code Review over 7 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50899

Actions #6

Updated by Anonymous over 7 years ago

  • Status changed from Under Review to Resolved
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF