File tree Expand file tree Collapse file tree
src/app/component/mapping Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,9 @@ export class MappingComponent implements OnInit {
256256 this . temporaryMappingElement
257257 ) ;
258258 } else {
259- this . plannedMappingDataSortedBySAMM . push ( this . temporaryMappingElement ) ;
259+ this . plannedMappingDataSortedBySAMM . push (
260+ this . temporaryMappingElement
261+ ) ;
260262 }
261263 }
262264 for ( var i = 0 ; i < SAMMArray . length ; i ++ ) {
@@ -383,7 +385,9 @@ export class MappingComponent implements OnInit {
383385 this . temporaryMappingElement
384386 ) ;
385387 } else {
386- this . plannedMappingDataSortedByISO17 . push ( this . temporaryMappingElement ) ;
388+ this . plannedMappingDataSortedByISO17 . push (
389+ this . temporaryMappingElement
390+ ) ;
387391 }
388392 }
389393 for ( var i = 0 ; i < ISOArray . length ; i ++ ) {
@@ -434,7 +438,7 @@ export class MappingComponent implements OnInit {
434438 ISO22 : '' ,
435439 samm2 : SAMMArray ,
436440 } ;
437-
441+
438442 if ( ISO22Array ) {
439443 if ( ISO22Array . length == 0 ) {
440444 this . allMappingDataSortedByISO22 . push ( this . temporaryMappingElement ) ;
@@ -443,7 +447,9 @@ export class MappingComponent implements OnInit {
443447 this . temporaryMappingElement
444448 ) ;
445449 } else {
446- this . plannedMappingDataSortedByISO22 . push ( this . temporaryMappingElement ) ;
450+ this . plannedMappingDataSortedByISO22 . push (
451+ this . temporaryMappingElement
452+ ) ;
447453 }
448454 }
449455 for ( var i = 0 ; i < ISO22Array . length ; i ++ ) {
You can’t perform that action at this time.
0 commit comments