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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user