Commit 91aa52c2 authored by John Red Medrano's avatar John Red Medrano

Merge branch 'core-staging' into 'core-demo'

Core staging

See merge request rms/Backend/api-main-service!923
parents 6b5ed142 1d9d936b
......@@ -76,6 +76,7 @@ class UserManagementRetreiveSerializer(serializers.ModelSerializer):
"create_template": False
}
def get_image(self, user):
request = self.context.get('request')
......
......@@ -254,7 +254,8 @@ def notification_create(form_code, message, account_no,
else:
rms_websocket(
ROOM,
'NEW NOTIFICATIONS'
cms_notification,
{'message': 'NEW NOTIFICATIONS'}
)
return True
......
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