Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Konstantin A
tower
Commits
4a2b8b42
Commit
4a2b8b42
authored
Feb 26, 2018
by
Aleksey Shirokih
Browse files
Fix regression
parent
4b23de44
Changes
1
Hide whitespace changes
Inline
Side-by-side
tower/models/environment.py
View file @
4a2b8b42
...
...
@@ -317,6 +317,7 @@ class Environment(Model):
' left JOIN role r on s.service==r.role_name
\n
'
'WHERE
\n
'
' s.environment_id=?
\n
'
' AND s.present=1
\n
'
' and (r.is_enabled=1 or r.is_enabled is null)
\n
'
'ORDER BY s.service
\n
'
,
str
(
self
.
id
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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