fixed field_js merge artifact
This commit is contained in:
parent
49a001a93a
commit
acda64a837
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue