Merged
Conversation
lukmzig
approved these changes
Mar 21, 2025
* Add messenges and handlers * Update data object export handler * Restructure csv export to make exporting objects possible * Apply php-cs-fixer changes * Split lines * Apply php-cs-fixer changes * Split more lines * Make explicitly nullable * Add missing params * Add columndefinition params * Apply php-cs-fixer changes * Make multiline comment * Make explicitly nullable * Make explicitly nullable * Also the interface needs to be explicitly nullable * Remove circular reference * Apply php-cs-fixer changes * Split lines * Apply php-cs-fixer changes * merge based on 1.x * Apply php-cs-fixer changes * fiX sonar * fiX STAN * add export logic to adapters * Apply php-cs-fixer changes * add adapter method for encrypted field export * Apply php-cs-fixer changes * Update src/Grid/Service/ClassDefinitionService.php Co-authored-by: Martin Eiber <martin.eiber@pimcore.com> * Update src/Grid/Service/ClassDefinitionService.php Co-authored-by: Martin Eiber <martin.eiber@pimcore.com> * Apply php-cs-fixer changes * apply feedback from review * remove unused column definitions --------- Co-authored-by: lukmzig <lukas.mzigot@pimcore.com> Co-authored-by: lukmzig <30526586+lukmzig@users.noreply.github.com> Co-authored-by: Martin Eiber <martin.eiber@pimcore.com>
* Added collation * Apply php-cs-fixer changes
* Get Layout Definition for Group ID * Get Layout Definition for Collection ID * Apply php-cs-fixer changes * Fix Style. * Fix Style. * Remove internal form Event and the according Schema. * Apply php-cs-fixer changes --------- Co-authored-by: martineiber <11687066+martineiber@users.noreply.github.com>
* fix: context object can be null * Apply php-cs-fixer changes * create abstract data for context if there is none present * Always create a new FieldContextData object for each type inside fc * Apply php-cs-fixer changes * Added support for localized fields in block * Apply php-cs-fixer changes * Adapted support for localized fields in block container --------- Co-authored-by: Marco Perberschlager <marco.perberschlager@pimcore.com> Co-authored-by: mcop1 <89011527+mcop1@users.noreply.github.com>
* add initial xlsx export settings * add initial xlsx export settings * add missing routes * Apply php-cs-fixer changes
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Changes in this pull request
Resolves #925
Additional info
See issue
Waiting for FE to refactor