Commit e5639531 authored by Gladys Forte's avatar Gladys Forte

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

* commit '8caf7208':
  update deleg
parents a87f167e 8caf7208
......@@ -123,7 +123,7 @@ class DelegationViewSet(viewsets.ModelViewSet):
old_instance = model_to_dict(instance)
# restrictions
# restriction
if not (old_instance['name'].lower() == 'head of department' or
old_instance['name'].lower() == 'sd/od' or
old_instance['name'].lower() == 'change control board' or
......
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