Actions
Bug #105422
open@typo3/backend/grid-editor GridEditor.writeConfig() - Property viewState does not exist on type EditorView
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Sources/TypeScript/backend/grid-editor.ts:474:37 - error TS2339: Property 'viewState' does not exist on type 'EditorView'.
474 to: codemirror.editorView.viewState.state.doc.length,
~~~~~~~~~
(Outcast from another change introducing tougher type-assertions.)
Updated by Ayke Halder 8 days ago
- Related to Task #101872: Remove jQuery from @typo3/backend/grid-editor added
Updated by Ayke Halder 8 days ago
- Related to Task #102440: Merge t3editor into EXT:backend added
Updated by Ayke Halder 8 days ago
- Related to Task #105423: ESLint: Implement `@typescript-eslint/no-unnecessary-type-assertion` rule added
Updated by Gerrit Code Review 8 days 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/+/86723
Updated by Gerrit Code Review 8 days 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/+/86723
Updated by Gerrit Code Review 8 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/+/86723
Actions