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
6631e1ee
Commit
6631e1ee
authored
Jan 14, 2020
by
Gladys Forte
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #626 in RMS/api-main-service from gladys-dev2 to product-dev
* commit '
638362be
': list cms_settings
parents
f209a36e
638362be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app/applicationlayer/cms/cms_settings/views.py
app/applicationlayer/cms/cms_settings/views.py
+1
-3
app/helper/email_service/templates/RMS-ONBEHALF.html
app/helper/email_service/templates/RMS-ONBEHALF.html
+1
-1
No files found.
app/applicationlayer/cms/cms_settings/views.py
View file @
6631e1ee
...
...
@@ -36,8 +36,6 @@ class CMSSettingsViewSet(viewsets.ModelViewSet):
queryset
=
self
.
filter_queryset
(
self
.
get_queryset
()
.
filter
(
active_user
=
logged_user
)
)
queryset
=
self
.
filter_queryset
(
self
.
get_queryset
())
page
=
self
.
paginate_queryset
(
queryset
)
if
page
is
not
None
:
...
...
@@ -94,7 +92,7 @@ class CMSSettingsViewSet(viewsets.ModelViewSet):
'message'
:
str
(
e
),
}
return
Response
(
message
,
status
=
status
.
HTTP_400_BAD_REQUEST
)
except
Exception
as
e
:
message
=
{
'code'
:
500
,
...
...
app/helper/email_service/templates/RMS-ONBEHALF.html
View file @
6631e1ee
<!DOCTYPE html>
<html>
<head>
<title>
RMS:
</title>
<title>
RMS:
ASSIGNED ON BEHALF
</title>
</head>
<body
style=
"font-family: arial;"
>
...
...
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