admin
2025-01-22 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanArchive/Component_MatrixEditorTable.def
@@ -17,10 +17,10 @@
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'OfflinePlanArchiveVersion'
            Source: 'DataHolderTable'
            DataType: 'structured[OfflinePlanArchiveRow]'
            Source: 'dhRows'
            Taborder: 0
            Transformation: 'Row.Cell'
            Transformation: 'Elements.Cell'
          ]
        }
      ]
@@ -44,17 +44,16 @@
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'OfflinePlanArchiveVersion'
            Description: "( search.Generation() = '<All>' or object.Product_MP().Generation() = search.Generation() ) and ( search.MqbMlb() = '<All>' or object.Product_MP().MQBMLB() = search.MqbMlb() ) and ( search.Power() = '<All>' or object.Product_MP().Power() = search.Power() )"
            Source: 'DataHolderTable'
            DataType: 'structured[OfflinePlanArchiveRow]'
            Source: 'dhRows'
            Taborder: 0
            Transformation: 'Row'
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        Legend: 'Name'
        Legend: 'ShowName'
        SortCriteria: 'Name'
        Taborder: 1
      ]
@@ -71,10 +70,13 @@
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'OfflinePlanArchiveVersion'
            Source: 'DataHolderTable'
            DataType: 'structured[OfflinePlanArchiveRow]'
            Description: '( search.StartDate().IsMinInfinity() or object.StartDate() >= search.StartDate() ) and ( search.EndDate().IsMaxInfinity() or object.StartDate() <= search.EndDate() )'
            FilterArguments: 'search:QMacroPlanner::FormOfflinePlanArchive.dhSearch'
            FixedFilter: 'object.Filter( search )'
            Source: 'dhRows'
            Taborder: 0
            Transformation: 'Column'
            Transformation: 'Elements.Cell.Column'
          ]
        }
      ]