Replies: 4 comments 3 replies
-
I've founded why 'df-disable': '!DishSet.dish_form.dish_fk' doen't work at start of the page. It's depending of filter_by attribute. |
Beta Was this translation helpful? Give feedback.
-
In order to reproduce this, I need more context. |
Beta Was this translation helpful? Give feedback.
-
just added Reporter2 in EditIssueCollection class IssueSingleForm(ModelForm):
IIn case I use filter_by={'reporter':'id'} condition doesn't work and the buttom stay disabled. |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting. I will replay this in my own setup and try to find out why this happens. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a button in formcollection
It should be disabled when DishSet.dish_form.dish_fk is not set. Everything works great when I set value in form or clear value of dish_fk field. But When I open formcollection It doesn't wotk. The button is still disabled but the value of dish_fk is setup.
Could you give me an advice where to go to solve this prooblem?
Beta Was this translation helpful? Give feedback.
All reactions