New triggers and actions for notes. #872

This commit is contained in:
James Cole
2017-10-03 05:28:00 +02:00
parent 7a57c60891
commit 95b5793f63
13 changed files with 1209 additions and 494 deletions

View File

@@ -194,6 +194,7 @@ function updateActionInput(selectList) {
break;
case 'clear_category':
case 'clear_budget':
case 'clear_notes':
case 'remove_all_tags':
input.attr('disabled', 'disabled');
break;
@@ -265,6 +266,8 @@ function updateTriggerInput(selectList) {
case 'has_no_budget':
case 'has_any_budget':
case 'has_no_tag':
case 'no_notes':
case 'any_notes':
case 'has_any_tag':
input.prop('disabled', true);
input.typeahead('destroy');