fixed field_js merge artifact
This commit is contained in:
parent
49a001a93a
commit
acda64a837
@ -104,7 +104,7 @@ class Q(object):
|
|||||||
js.append(operation_js)
|
js.append(operation_js)
|
||||||
else:
|
else:
|
||||||
# Construct the JS for this field
|
# Construct the JS for this field
|
||||||
(op, key, value, value_name)
|
value, field_js = self._build_op_js(op, key, value, value_name)
|
||||||
js_scope[value_name] = value
|
js_scope[value_name] = value
|
||||||
js.append(field_js)
|
js.append(field_js)
|
||||||
return ' && '.join(js)
|
return ' && '.join(js)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user