mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
schema: Fix subtopic -> topic mapping
https://fedorahosted.org/freeipa/ticket/6069 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
aab861142d
commit
92dea9b186
@@ -399,7 +399,8 @@ class topic_(MetaObject):
|
||||
continue
|
||||
if topic_value is not None:
|
||||
topic_name = unicode(topic_value)
|
||||
topic['topic_topic'] = topic_full_name
|
||||
topic['topic_topic'] = '{}/{}'.format(topic_name,
|
||||
topic_version)
|
||||
else:
|
||||
topic.pop('topic_topic', None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user