Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
d18c71c2
Commit
d18c71c2
authored
Oct 22, 2019
by
Gladys Forte
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #409 in RMS/api-main-service from gladys-dev2 to RMSv2
* commit '
859c3057
': sorting level temp approver
parents
1dcc2d3b
859c3057
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
+20
-2
app/applicationlayer/cms/template/header/views.py
app/applicationlayer/cms/template/header/views.py
+2
-2
app/entities/migrations/0024_auto_20191022_1433.py
app/entities/migrations/0024_auto_20191022_1433.py
+17
-0
app/entities/models.py
app/entities/models.py
+1
-0
No files found.
app/applicationlayer/cms/template/header/views.py
View file @
d18c71c2
app/entities/migrations/0024_auto_20191022_1433.py
0 → 100644
View file @
d18c71c2
# Generated by Django 2.2 on 2019-10-22 14:33
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'entities'
,
'0023_auto_20191021_1706'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'changerequesttemplateapprovers'
,
options
=
{
'ordering'
:
[
'level'
]},
),
]
app/entities/models.py
View file @
d18c71c2
...
...
@@ -572,6 +572,7 @@ class ChangeRequestTemplateApprovers(BaseApprover):
class
Meta
:
db_table
=
'change_request_template_approvers'
ordering
=
[
'level'
]
def
__str__
(
self
):
return
f
'{self.code}'
...
...
Write
Preview
Markdown
is supported
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