Commit 3badedcc authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

ConsistencyMessage: XXX Make getDescription Accessor to get description in Listbox

parent a2b47297
......@@ -84,5 +84,8 @@ class ConsistencyMessage(ObjectMessage):
self.class_name, self.constraint_relative_url,
self.object_relative_url, self.getTranslatedMessage())
def getDescription(self):
return self.description
allow_class(ConsistencyMessage)
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