mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Fix issue processwire/processwire-issues#1899
This commit is contained in:
@@ -479,7 +479,7 @@ var InputfieldSelector = {
|
||||
$value.prop('disabled', false);
|
||||
}
|
||||
|
||||
if(op && op.indexOf('!') === 0 && op !== '!=') {
|
||||
if(op && op.indexOf('!') === 0 && op !== '!=' && op != '!=""') {
|
||||
fieldPrefix = '!';
|
||||
op = op.substring(1);
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user