Bug #97423
closedWorkspaceRecord cannot be XCLASSed
Added by Oliver Klee over 2 years ago. Updated about 2 years ago.
100%
Updated by Oliver Klee over 2 years ago
- Related to Epic #97419: Reduce PHPStan warnings in workspaces added
Updated by Oliver Klee over 2 years ago
- Subject changed from Unsafe use of new static in WorkSpaceRecord to Unsafe use of new static in WorkspaceRecord
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Oliver Klee over 2 years ago
- Related to Feature #97754: Refactoring: Add repository and data mapper for WorkspaceRecord/AbstractRecord added
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Oliver Klee over 2 years ago
- Subject changed from Unsafe use of new static in WorkspaceRecord to WorkspaceRecord cannot be XCLASSed
WorkspaceRecord::get() creates new instances of WorkspaceRecord with "new" instead of with "makeInstance". This breaks XCLASSing of this class.
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Gerrit Code Review over 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Gerrit Code Review over 2 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74347
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74960
Updated by Oliver Klee over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 874d3d7bd0dd2730495809e8b6d23847ffd3060f.