Commit c61dd1f4 authored by Gladys Forte's avatar Gladys Forte

Merge pull request #763 in RMS/api-main-service from core-dev-gladys to RMSv2

* commit '39e945cf':
  comment
parents 563a638b 39e945cf
...@@ -1196,6 +1196,7 @@ class ChangeRequestFormPost(APIView): ...@@ -1196,6 +1196,7 @@ class ChangeRequestFormPost(APIView):
def post(self, request): def post(self, request):
form_header = request.data form_header = request.data
# comment
try: try:
data_list_approver = [] data_list_approver = []
data_list_stake = [] data_list_stake = []
......
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