File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
cesnet_service_path_plugin
templates/cesnet_service_path_plugin Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ def get_serializer_class(self):
1818 if self .action == "retrieve" :
1919 pathdata = self .request .query_params .get ("pathdata" , "false" ).lower () == "true"
2020 if pathdata :
21- print ("Using SegmentDetailSerializer with path data for retrieve action" )
2221 return SegmentDetailSerializer
2322
2423 return SegmentSerializer
Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ <h6>${segment.name}</h6>
297297 } else if ( overlappingSegments . length > 1 ) {
298298 // Multiple segments - show selection popup
299299 showOverlappingSegmentsPopup ( overlappingSegments , clickPoint ) ;
300+ showSegmentInfo ( overlappingSegments [ 0 ] . segment ) ;
300301 }
301302 }
302303
You can’t perform that action at this time.
0 commit comments