MetaModels / attribute_tags

The tags attribute
GNU Lesser General Public License v3.0
0 stars 10 forks source link

where condition doesn´t work with popup widget #62

Open zonky2 opened 7 years ago

zonky2 commented 7 years ago

Checklist before I submit this issue report

I confirm that:

My environment is:

(Please fill in the actual values from your environment)

Key Value Comments
PHP version: 5.6
Contao version: 3.5.27
MetaModels version core: a15
MetaModels version attribute: 2.0.0
Installation via composer: (yes/no)
Installed MetaModels packages:
DCG version: b39

Issue description

where condition doesn´t work with popup widget

Steps to reproduce

discordier commented 7 years ago

Define "doesn't work".

zonky2 commented 7 years ago

Define "doesn't work".

if we add a own where clause at the settings of the attribute e.g. tl_page.id IN (1,3,5,7) works the filter if we use the checkboxes (we see only pages 1, 3, 5 and 7) but doesn´t works if we use the popup widget (we see all pages)

zonky2 commented 6 years ago

das ist dem Popupwidget egal, was im WHERE steht...

baumannsven commented 5 years ago

@zonky2 This works now?

zonky2 commented 5 years ago

no, it doesn't work - comes in MM 2.2

zonky2 commented 5 years ago

! we have two different implementations