Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
26bc0c9e
Commit
26bc0c9e
authored
Mar 10, 2020
by
MaksimSmile13
Browse files
Merge branch 'cherry-pick-
1a3bf8fb
' into 'release-19.4'
release-19.4:Backport!3267 See merge request
noc/noc!3268
parents
574e8f9c
1426ef12
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/web/apps/fm/alarm/views.py
View file @
26bc0c9e
...
...
@@ -139,7 +139,7 @@ class AlarmApplication(ExtApplication):
del
q
[
p
]
# Extract IN
# extjs not working with same parameter name in query
for
p
in
q
:
for
p
in
list
(
q
)
:
if
p
.
endswith
(
"__in"
)
and
self
.
rx_oper_splitter
.
match
(
p
):
field
=
self
.
rx_oper_splitter
.
match
(
p
).
group
(
"field"
)
+
"__in"
if
field
not
in
q
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment