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

[BUGFIX] Fix filters in file module #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dreistromlandMf
Copy link

Currently, the filtering in the file upload backend module is broken for TYPO3 v12. This seems to be caused by a changed module identifier for the new backend module configuration. This adds the new identifier so that the correct initialization is run.

@dreistromlandMf dreistromlandMf force-pushed the bugfix/file-module-filters branch 2 times, most recently from 724a83e to 5b65946 Compare August 14, 2024 16:22
The backend module for publishing file changes had its identifier
changed for TYPO3 v12. The JavaScript currently checks only for the old
identifier, causing filtering in the file module to break.

The JavaScript now checks for booth identifiers.
@dreistromlandMf dreistromlandMf marked this pull request as ready for review August 15, 2024 08:57
@sbusemann
Copy link
Contributor

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.

2 participants