Closed qzminski closed 7 years ago
@aschempp @Toflar the only reasonable solution I can think of is 6591953.
Actually, this is caused by https://github.com/contao/core-bundle/blob/master/src/Resources/contao/templates/backend/be_main.html5#L95-L103 and I don't know if we should consider this a Contao bug. I mean, why should Contao decide to disable every button in every modal if there is nothing to pick. I'm sorry but there are many reasons to open something in a popup, why should Contao just disable the buttons. This is nonsense. This should only happen in picker mode. /cc @leofeyer
It probably does not.
Maybe if we would only match for act=select
?
No, we will have to match the extras
parameter of the picker. If it is not present, we must not mess with the apply button. 😄
Is that true, @aschempp? If so, please include in your PR for the picker :)
That is not true. The picker value will be there in the select-multiple as well. Having or not having a picker does not define if the buttons are available.
Fixed in 0d564e45880934a96d1c3a3865c5320ddb0d3f77.
https://github.com/isotope/core/issues/1819