Attempt to add external_url filtering support

This commit is contained in:
George Hahn
2022-01-24 20:20:03 -07:00
parent 59f0631685
commit 0a5908e4d8
6 changed files with 59 additions and 0 deletions

View File

@@ -348,6 +348,8 @@ function updateTriggerInput(selectList) {
case 'source_is_cash':
case 'destination_is_cash':
case 'account_is_cash':
case 'no_external_url':
case 'any_external_url':
console.log('Select list value is ' + selectList.val() + ', so input needs to be disabled.');
inputResult.prop('disabled', true);
inputResult.typeahead('destroy');