Commit d18c71c2 authored by Gladys Forte's avatar Gladys Forte

Merge pull request #409 in RMS/api-main-service from gladys-dev2 to RMSv2

* commit '859c3057':
  sorting level temp approver
parents 1dcc2d3b 859c3057
# 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']},
),
]
......@@ -572,6 +572,7 @@ class ChangeRequestTemplateApprovers(BaseApprover):
class Meta:
db_table = 'change_request_template_approvers'
ordering = ['level']
def __str__(self):
return f'{self.code}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment