mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Json dump custom conditions
This commit is contained in:
parent
e6b48d7baf
commit
d2fccbde68
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@
|
|||
$('#notifier-config-modal').unbind('hidden.bs.modal');
|
||||
|
||||
// Need this for setting conditions since conditions contain the character "
|
||||
$('#custom_conditions').val('${notifier["custom_conditions"] | n}');
|
||||
$('#custom_conditions').val(${json.dumps(notifier["custom_conditions"]) | n});
|
||||
|
||||
$('#condition-widget').filterer({
|
||||
parameters: ${parameters | n},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue