1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 01:02:55 +00:00

Finde Fomrularinformation auch für Buttons in Bereichen

This commit is contained in:
2023-06-27 11:04:14 +02:00
parent 278138a4e9
commit 0dc733a75b

View File

@ -41,7 +41,7 @@ const findButtonFieldFormInformation = function(context) {
return formInfo(formItem.ownerCt, formItem.blockIndex);
}
if (formItem.xtype === 'panel') {
if (formItem.xtype === 'panel' || formItem.xtype === 'sectionField') {
return formInfo(formItem.ownerCt, blockIndex);
}