This commit is contained in:
James Cole
2016-03-20 11:46:27 +01:00
parent 7e67eb17e0
commit 56a635212a
2 changed files with 18 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ function testRuleTriggers() {
var triggerData = $( ".rule-trigger-tbody" ).find( "input[type=text], input[type=checkbox], select" ).serializeArray();
// Find a list of existing transactions that match these triggers
$.get('rules/rules/test_triggers', triggerData).done(function (data) {
$.get('rules/test', triggerData).done(function (data) {
var modal = $( "#testTriggerModal" );
var numTriggers = $( ".rule-trigger-body > tr" ).length;