From: Eduardo Sousa Date: Thu, 30 May 2019 18:55:52 +0000 (+0100) Subject: Fix bug 715 X-Git-Tag: v6.0.0~22 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=0b1d61b765111078c679c6c79dfd6b6bb60ff4b7 Fix bug 715 Change-Id: Ia53a96667121ab6eb3c2ed3d586d6c50f8861788 Signed-off-by: Eduardo Sousa --- diff --git a/osm_nbi/admin_topics.py b/osm_nbi/admin_topics.py index bc2c7d9..b77bc91 100644 --- a/osm_nbi/admin_topics.py +++ b/osm_nbi/admin_topics.py @@ -483,6 +483,8 @@ class UserTopicAuth(UserTopic): del content["projects"] content["project_role_mappings"] = project_role_mappings + return content + def new(self, rollback, session, indata=None, kwargs=None, headers=None): """ Creates a new entry into the authentication backend.