Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various TYPO3 v11 related changes #1585

Closed
wants to merge 3 commits into from

Conversation

ohader
Copy link
Contributor

@ohader ohader commented Oct 2, 2021

No description provided.

`NewsDatabaseRecordList` inherits from TYPO3 core's
`\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList` which
requires serveral dependencies since TYPO3 v11.4.

see https://review.typo3.org/c/Packages/TYPO3.CMS/+/70887
Since TYPO3 v11 `DatabaseRecordList::$calcPerms` is an instance
of `Permission` instead of an integer value.

see https://review.typo3.org/c/Packages/TYPO3.CMS/+/61099
(it seems this did not work before, `confirmMsgText()` has been
refactored in TYPO3 v8 - not using JavaScript `confirm()` anymore)

This change introduces alternative handling that works both with
TYPO3 v11 and previous TYPO3 versions.

* see https://review.typo3.org/c/Packages/TYPO3.CMS/+/71416
* see https://forge.typo3.org/issues/91814
@georgringer
Copy link
Owner

@ohader is this also compatible with 10?

@ohader
Copy link
Contributor Author

ohader commented Oct 2, 2021

Can test it tomorrow. I'm not sure whether bs-content was different there, due to BS5

@georgringer
Copy link
Owner

@ohader did you have time already?

@georgringer
Copy link
Owner

admin module has been extracted long time ago, closing pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants