Fix transformation label display in create view

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-05 05:15:43 -04:00
parent 2313c35e59
commit 2cdcba73f9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
3.3.3 (2019-XX-XX)
==================
- Fix transformation label display in transformation create view.
3.3.2 (2019-12-05)
==================
- Improve setting migration method matching. Avoid executing

View File

@@ -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,
}
}