Skip to content

Commit

Permalink
#747 - Replace with custom value - add column type in condition
Browse files Browse the repository at this point in the history
  • Loading branch information
paigechoi committed Nov 23, 2018
1 parent a24aa65 commit 4c310ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class RuleContextMenuComponent extends AbstractComponent implements OnIni
break;

case 'mismatch':
rule['more'] = {contextMenu : true, command : 'set', col : {value : this.originalSelectedColIds}, condition : `ismismatched(${selCol})`};
rule['more'] = {contextMenu : true, command : 'set', col : {value : this.originalSelectedColIds}, condition : `ismismatched(${selCol},'${this.contextInfo.columnType}')`};
break;
case 'missing':
rule['more'] = {contextMenu : true, command : 'set', col : {value : this.originalSelectedColIds}, condition : `ismissing(${selCol})`};
Expand Down

0 comments on commit 4c310ef

Please sign in to comment.