king
2023-03-06 63a40e3da5f24b449122fb8b50c16dcbf69d5907
src/tabviews/subtabtable/index.jsx
@@ -213,6 +213,14 @@
        item.$menuId = this.props.MenuID
        item.$old = true
        if (item.controlField) {
          if (/,/ig.test(item.controlVal)) {
            item.controlVals = item.controlVal.split(',')
          } else {
            item.controlVals = [(item.controlVal || '')]
          }
        }
        if (item.position === 'toolbar') {
          item.$toolbtn = true
          _actions.push(item)