Stefan Heimes
Stefan Heimes
### Description Hello, we have trouble with an import. There are only 50 elements, at the moment, but the import takes several minutes (15 Minutes). This wouldn't be so worst,...
I have a problem with the filter. If i using a select or Tag the system used the attributes settings to know which field should be used for the GET-Parameter...
MetaModels must set indexe for the database. Based on the attribute or filter. I have a SQL query with 60.000 ids. Without indexe it take ~6 seconds if i set...
We need a field do select on which fields the filter values are sorted. Now i have a list, sortetd by, i don't know what id, sorting, tstamp or what...
Thing about it, how to add the deep sorting or multi sorting in metamodels. One idea from @davidmaack was to ask each attribute and get the sorted ID's and the...
**What** Copy each language multi language models. **Where** https://github.com/contao-community-alliance/dc-general/blob/6ccec14aec79d839454805e6047ec24eec4a1c06/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ActionHandler/CopyHandler.php#L110
I have a nice feature for the min-/max-level. It would be great if we can hide all elements above the max-level. We don't need them because we can't choose them....
It is possible to add the helpwizard feature to any property of the DCG but the popup from Contao e.g. contao/help doesn't support the DCG? The popup starts, init the...
https://github.com/may17/contao-SortableTreeListing Created by @discordier
**What** Refactor foreignKey is yet undefined. **Where** https://github.com/contao-community-alliance/dc-general/blob/6ccec14aec79d839454805e6047ec24eec4a1c06/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Subscriber/GetGroupHeaderSubscriber.php#L96 **Code** ``` php } elseif (false && $property->getForeignKey()) { // TODO: refactor foreignKey is yet undefined. // if ($objParentModel->hasProperties()) { // $remoteNew...