lazhen
2024-07-26 ce6dbe762789ef34e72c57348213451e5538f03c
日历不可用事件导出失败
已修改2个文件
7 ■■■■■ 文件已修改
_Main/BL/Type_LibCal_SubscriberEventTable/StaticMethod_Export.qbl 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelPeriods.def 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_LibCal_SubscriberEventTable/StaticMethod_Export.qbl
@@ -33,7 +33,8 @@
    
    tableElement.AppendChild( subscribercolumnelement ); 
    tableElement.AppendChild( eventcolumnelement ); 
    columns := selectsortedset( columns, Elements, column, column.Period() );
    isfirst := true;
    traverse ( columns, Elements, column ) {
      columnelement := xmlDOM.CreateElement( "column" );
      nameelement   := xmlDOM.CreateElement( "name" );
@@ -46,7 +47,7 @@
      cells := selectsortedset( column, LibCal_SubscriberEventCell, cell, rows.Find( cell.LibCal_SubscriberEventRow() ) > -1, cell.LibCal_SubscriberEventRow().RowNr() );
    
      traverse ( cells, Elements, c ) {
        if( column.Index() = 0 ){
        if( isfirst ){
          row := c.LibCal_SubscriberEventRow();
          //subscriber
          subscribercellElement := xmlDOM.CreateElement( "cell" );
@@ -62,6 +63,7 @@
        columnelement.AppendChild( cellElement );
      }
      tableElement.AppendChild( columnelement );  
      isfirst := false;
    }
      
    xmlString := xmlDOMI.CreateSerializer().WriteToString( xmlDOM )
_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelPeriods.def
@@ -17,7 +17,6 @@
        Orientation: 'horizontal'
        Taborder: 0
        Title: 'Periods'
        Tooltip: '<html>Select if the periods are used for planning or merely for visualization.<br>The planning periods define the granularity at which planning is done.<br>In case of overlapping planning periods, the smallest ones are used.<br>The planning periods are shown in the period overview in blue.</html>'
      ]
    }
  ]