New implementation for required columns - #94
Open
sfroemkenjw wants to merge 7 commits into
Open
Conversation
- Removed IsFileSelectableEventListener class entirely - Added GalleryDataProcessor to handle file validations in galleries - Added AddMandatoryControlForFileReferencesEventListener to manage file reference controls - Updated locallang_mod.xlf to include warning for images with missing mandatory fields - Adjusted Services.yaml to reflect new event listeners and data processors
- Updated documentation to specify that images with missing required fields will not appear in the frontend - Improved explanation for configuring mandatory fields for images
- Bumped extension version in ext_emconf.php to 8.1.2 - Adjusted project version in documentation guides.xml - Improved indentation in guides.xml for consistency
- Document breaking change: removal of IsFileSelectableEventListener - Explain reimplementation of `typo3RequiredColumnsForFiles` feature - Add details on new control icon for file references in backend forms
- Clarified wording in ExtConf.xlf for mandatory image fields - Specified impact on image visibility in the frontend
- Added type checks to validate only image files in GalleryDataProcessor - Updated AddMandatoryControlForFileReferencesEventListener to skip non-image records during required column checks
- Corrected trailing comma inconsistency in GalleryDataProcessor - Fixed indentation for button HTML in AddMandatoryControlForFileReferencesEventListener
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.