Bug #97423
WorkspaceRecord cannot be XCLASSed
100%
Related issues
Updated by Oliver Klee 3 months ago
- Related to Epic #97419: Reduce PHPStan warnings in workspaces added
Updated by Oliver Klee 3 months ago
- Subject changed from Unsafe use of new static in WorkSpaceRecord to Unsafe use of new static in WorkspaceRecord
Updated by Gerrit Code Review 3 months 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 about 2 months 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 24 days ago
- Related to Feature #97754: Refactoring: Add repository and data mapper for WorkspaceRecord/AbstractRecord added
Updated by Gerrit Code Review 24 days 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 23 days 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 23 days 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 22 days 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 16 days 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 14 days 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 14 days 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 14 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 874d3d7bd0dd2730495809e8b6d23847ffd3060f.