-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
enhancementThis issue is about an enhancement (aka new feature)This issue is about an enhancement (aka new feature)
Milestone
Description
Checklist before I submit this issue report
I confirm that:
- I have tested this with the latest version available
- I have read documentation @ http://metamodels.readthedocs.org/en/ or http://metamodels.readthedocs.org/de/
- I have checked the Contao community forums for references https://community.contao.org/
- I have checked existing issues for duplicates and found none @ https://github.com/MetaModels/core/issues?q=is%3Aissue
My environment is:
Key | Value | Comments |
---|---|---|
PHP version: | 5.6 | |
Contao version: | 3.5.15 | |
MetaModels version: | a14 | |
Installation via composer: | (yes) | |
Installed MetaModels packages: | no | |
DCG version: | b38 |
Issue description
- fill attribute text
- Filter rule "Simple lokup" with "Static parameter" for attribute text
- at CE MM-List the select to choose a item is empty
Steps to reproduce
see description
the selct is filled for attribute select but empty for attribute text...
the different is may be the
$arrOptions = $objAttribute->getFilterOptions(null, false); |
null, false
- look at public function getFilterOptions($idList, $usedOnly, &$arrCount = null) |
Metadata
Metadata
Assignees
Labels
enhancementThis issue is about an enhancement (aka new feature)This issue is about an enhancement (aka new feature)