File tree 2 files changed +3
-1
lines changed
plugins/data-manager/frontend/public/javascripts
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Version 24.05.XX
2
2
Enterprise fixes:
3
3
- [ 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
4
5
5
6
## Version 24.05.16
6
7
Fixes:
Original file line number Diff line number Diff line change 1131
1131
}
1132
1132
if ( doc . actionType === 'EVENT_MERGE' && doc . isRegexMerge === true ) {
1133
1133
doc . actionType = 'merge-regex' ;
1134
+ doc . eventTransformTargetRegex = doc . transformTarget [ 0 ] ;
1134
1135
}
1135
1136
else {
1136
1137
doc . actionType = doc . actionType . split ( '_' ) [ 1 ] . toLowerCase ( ) ;
1137
1138
}
1138
- doc . isExistingEvent = 'true' ;
1139
+ doc . isExistingEvent = doc . isExistingEvent ? 'true' : 'false ';
1139
1140
// doc.tab;
1140
1141
// delete doc.transformType;
1141
1142
doc . name = countlyCommon . unescapeHtml ( doc . name ) ;
You can’t perform that action at this time.
0 commit comments