Fix transformation label display in create view
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -75,7 +75,7 @@ class TransformationCreateView(
|
||||
'"%(transformation)s" for: %(object)s'
|
||||
) % {
|
||||
'layer': self.layer,
|
||||
'transformation': self.get_transformation_class(),
|
||||
'transformation': self.get_transformation_class().label,
|
||||
'object': self.external_object,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user