lazhen
2024-06-14 42e52dd7a48775cd83be92cc46ea42aa124cb15c
_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_MatrixEditorTable.def
@@ -45,8 +45,8 @@
          Properties:
          [
            DataType: 'LibCal_SubscriberEventTable'
            FilterArguments: 'subscribers:dhSubscribers'
            FixedFilter: 'object.FilterBySubscriberAndEventType( subscribers )'
            FilterArguments: 'subscribers:dhSubscribers;eventtypes:dhEventTypes'
            FixedFilter: 'object.FilterBySubscriberAndEventType( subscribers, eventtypes )'
            Source: 'dhTable'
            Taborder: 0
            Transformation: 'LibCal_SubscriberEventRow'
@@ -73,7 +73,9 @@
          Properties:
          [
            DataType: 'LibCal_SubscriberEventTable'
            FilterArguments: 'starttime:dhStartDate;endtime:dhEndDate'
            Description: 'object.FilterByDatePeriod( Date::MinDate(), Date::MaxDate() )'
            FilterArguments: 'period:dhDate'
            FixedFilter: 'object.FilterByDatePeriod( period.Start(), period.End() )'
            Source: 'dhTable'
            Taborder: 0
            Transformation: 'LibCal_SubscriberEventColumn'
@@ -89,6 +91,19 @@
    }
    #child: matrixEditorActionBarPageTable
    #child: matrixeditorContextMenuTable
    Component UserConfigurableInformationTable
    {
      #keys: '[415136.0.720821389]'
      BaseType: 'WebUserConfigurableInformation'
      Properties:
      [
        Identifier: 'Cell:sec'
        ObjectType: 'LibCal_SubscriberEventCell'
        Precondition: 'object.LibCal_SubscriberEventColumn().Index() > 1'
        Taborder: 5
        Tooltip: "VALUE(guard( object.GetMatrixTooltip() , '' ))"
      ]
    }
  ]
  Properties:
  [