forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data Objects] Add select mode to many-to-one relation field (pimcore…
…#13676) * add display mode to many-to-one relation field * add display mode to many-to-one relation field * fix PhpStan error * better describing option labels for "display mode" configuration * simplify type / subtype / class filtering * simplify type / subtype / class filtering * simplify code * refactoring * work with Data object instead of its settings as array * work with Data object instead of its settings as array * add fullpath to visible fields * add fullpath to visible fields * fix PhpStan errors * fix PhpStan errors - use Relation trait already in AbstractRelations as all Relation field types use it anyway, either directly or via inheritance * add getVisibleFields() to many-to-one-relation. currently hard-coded to "fullpath". soon we will implement configuration of visible fields also for many-to-one relation fields * support path formatter for select display mode for many-to-one-relation fields * fix path formatter usage * fix set value from search popup * respect path formatter for select field mode * Remove interfaces which already get provided by parent class Co-authored-by: mcop1 <[email protected]> * fix PhpStan * fix PhpStan * fix PhpStan * fix PhpStan * change translations to YAML * fix PhpStan * fix PhpStan * fix PhpStan * fix PhpStan * fix PhpStan * fix PhpStan Co-authored-by: mcop1 <[email protected]>
- Loading branch information
1 parent
af29ff9
commit 8bd2b8d
Showing
14 changed files
with
259 additions
and
87 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.