This commit is contained in:
James Cole
2020-09-23 20:17:21 +02:00
parent e549b74c97
commit 9f98289952

View File

@@ -345,6 +345,10 @@ function updateTriggerInput(selectList) {
case 'no_notes':
case 'any_notes':
case 'has_any_tag':
case 'has_attachments':
case 'source_is_cash':
case 'destination_is_cash':
case 'account_is_cash':
console.log('Select list value is ' + selectList.val() + ', so input needs to be disabled.');
inputResult.prop('disabled', true);
inputResult.typeahead('destroy');