File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
plugins/data-manager/frontend/public/javascripts Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11## Version 24.05.XX
22Enterprise fixes:
33- [ nps] Fixed bug in the editor where the "internal name" field was not mandatory
4+ - [ data-manager] Fixed UI bug where rules were not visible when editing "Merge by regex" transformations
45
56## Version 24.05.16
67Fixes:
Original file line number Diff line number Diff line change 11311131 }
11321132 if ( doc . actionType === 'EVENT_MERGE' && doc . isRegexMerge === true ) {
11331133 doc . actionType = 'merge-regex' ;
1134+ doc . eventTransformTargetRegex = doc . transformTarget [ 0 ] ;
11341135 }
11351136 else {
11361137 doc . actionType = doc . actionType . split ( '_' ) [ 1 ] . toLowerCase ( ) ;
11371138 }
1138- doc . isExistingEvent = 'true' ;
1139+ doc . isExistingEvent = doc . isExistingEvent ? 'true' : 'false ';
11391140 // doc.tab;
11401141 // delete doc.transformType;
11411142 doc . name = countlyCommon . unescapeHtml ( doc . name ) ;
You can’t perform that action at this time.
0 commit comments