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
34bf4bab
Commit
34bf4bab
authored
Oct 02, 2019
by
Gladys Forte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rejected remarks
parent
44cff872
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/applicationlayer/cms/form/header/views.py
app/applicationlayer/cms/form/header/views.py
+3
-2
app/helper/email_service/sender.py
app/helper/email_service/sender.py
+1
-1
No files found.
app/applicationlayer/cms/form/header/views.py
View file @
34bf4bab
...
@@ -54,6 +54,7 @@ from app.applicationlayer.cms.form.header.table_filters import HeaderFilterSet
...
@@ -54,6 +54,7 @@ from app.applicationlayer.cms.form.header.table_filters import HeaderFilterSet
from
rest_framework.filters
import
SearchFilter
,
OrderingFilter
from
rest_framework.filters
import
SearchFilter
,
OrderingFilter
from
django_filters
import
rest_framework
as
filters
from
django_filters
import
rest_framework
as
filters
from
django_filters.rest_framework
import
DjangoFilterBackend
from
django_filters.rest_framework
import
DjangoFilterBackend
import
json
APPROVER_MESSAGE
=
settings
.
APPROVER_MESSAGE
APPROVER_MESSAGE
=
settings
.
APPROVER_MESSAGE
REQUESTOR_MESSAGE
=
settings
.
REQUESTOR_MESSAGE
REQUESTOR_MESSAGE
=
settings
.
REQUESTOR_MESSAGE
...
...
app/helper/email_service/sender.py
View file @
34bf4bab
...
@@ -494,7 +494,7 @@ def routing_table_actions(args):
...
@@ -494,7 +494,7 @@ def routing_table_actions(args):
department_requestedto
=
args
[
7
]
department_requestedto
=
args
[
7
]
priority_level
=
args
[
8
]
priority_level
=
args
[
8
]
url
=
args
[
9
]
url
=
args
[
9
]
remarks
=
args
[
10
]
remarks
=
str
(
args
[
10
])
recipient
=
args
[
11
]
recipient
=
args
[
11
]
action_type
=
args
[
12
]
action_type
=
args
[
12
]
...
...
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