Ajaxified elements can be needed when some drawer settings depend on other ones (e.g. number of slices in a pie chart).
Since config forms are used in different contexts (views style settings, field widgets etc.) each of which has its own specifics (e.g. views handlers use 'url' settings instead of 'callback'), there should be a generic way to consider them all.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | allow-ajax-for-drawer-forms-2893269.patch | 11.29 KB | kpv |
Comments
Comment #2
kpv commentedthe patch is incomplete, see todos
Comment #3
kpv commentedWhen creating drawer config forms it should be considered that if number of keys changes using ajax then mappings subform should be changed by ajax too. E.g. there is a donut or a pie chart which can contain different number of slices. When changing the number of slices in the drawer config form, drawer mapping form should change to resemble this.
Comment #5
kpv commentedcommitted though not finished
Comment #6
kpv commented