| Quintiq file version 2.0 | 
| #parent: #root | 
| Method ForceRepaintRoutingConfigurator () id:Method_FormRoutings_ForceRepaintRoutingConfigurator | 
| { | 
|   #keys: '[136682.0.365505434]' | 
|   Body: | 
|   [* | 
|     // Repaint the custom draw components of routing configuration | 
|      | 
|     falseString := false.AsQUILL(); | 
|      | 
|     // Routing step | 
|     filter := GUIDataExtractorRoutingStepRCV.FixedFilter(); | 
|     GUIDataExtractorRoutingStepRCV.FixedFilter( falseString ) | 
|     GUIDataExtractorRoutingStepRCV.FixedFilter( filter ); | 
|      | 
|     // Operation | 
|     filter := GUIDataExtractorOperationRCV.FixedFilter(); | 
|     GUIDataExtractorOperationRCV.FixedFilter( falseString ) | 
|     GUIDataExtractorOperationRCV.FixedFilter( filter ); | 
|      | 
|     // Operation input output | 
|     filter := GUIDataExtractorOperationInputRCV.FixedFilter(); | 
|     GUIDataExtractorOperationInputRCV.FixedFilter( falseString ) | 
|     GUIDataExtractorOperationInputRCV.FixedFilter( filter ); | 
|      | 
|     // Operation input group | 
|     filter := GUIDataExtractorOperationInputGroupRCV.FixedFilter(); | 
|     GUIDataExtractorOperationInputGroupRCV.FixedFilter( falseString ) | 
|     GUIDataExtractorOperationInputGroupRCV.FixedFilter( filter ); | 
|      | 
|     // PISPNodeInRouting | 
|     filter := GUIDataExtractorPISPNodeInRoutingRCV.FixedFilter(); | 
|     GUIDataExtractorPISPNodeInRoutingRCV.FixedFilter( falseString ); | 
|     GUIDataExtractorPISPNodeInRoutingRCV.FixedFilter( filter ); | 
|      | 
|      | 
|     // Operation link edige | 
|     filter := GUIDataExtractorOperationLinkEdgeRCV.FixedFilter(); | 
|     GUIDataExtractorOperationLinkEdgeRCV.FixedFilter( falseString ); | 
|     GUIDataExtractorOperationLinkEdgeRCV.FixedFilter(filter); | 
|   *] | 
| } |