Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-26 18:34:05 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-27 11:21:26 +0300
commit7588f648a14bd6ec3c2573ede5327b0277ecccf0 (patch)
treee81d03269e71ac0dae9d8a718e97a2dcee9cd4c9 /apps/workflowengine/templates
parent318d68a9a95cc710aa30c24a84d78da280327aef (diff)
Generate the checks list in JS
Diffstat (limited to 'apps/workflowengine/templates')
-rw-r--r--apps/workflowengine/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/templates/admin.php b/apps/workflowengine/templates/admin.php
index 86ecfe08556..cb6895f80c1 100644
--- a/apps/workflowengine/templates/admin.php
+++ b/apps/workflowengine/templates/admin.php
@@ -48,7 +48,7 @@
</select>
<select class="check-operator">
{{#each (getOperators class)}}
- <option value="{{this}}" {{selectItem this ../operator}}>{{this}}</option>
+ <option value="{{operator}}" {{selectItem this.operator ../operator}}>{{name}}</option>
{{/each}}
</select>
<input type="text" class="check-value" value="{{value}}">