Fixed problem with preview command in 'Configure alert action'
This commit is contained in:
parent
1b34212fff
commit
e2130fe482
|
@ -12,6 +12,7 @@ function parse_alert_command (command, classs) {
|
|||
$('.' + classs).each(function() {
|
||||
// Only render values different from ''
|
||||
if ($(this).val() == '') {
|
||||
nfield++;
|
||||
return;
|
||||
}
|
||||
var field = '_field' + nfield + '_';
|
||||
|
|
Loading…
Reference in New Issue