Fix transformation label display in create view
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
3.3.3 (2019-XX-XX)
|
||||||
|
==================
|
||||||
|
- Fix transformation label display in transformation create view.
|
||||||
|
|
||||||
3.3.2 (2019-12-05)
|
3.3.2 (2019-12-05)
|
||||||
==================
|
==================
|
||||||
- Improve setting migration method matching. Avoid executing
|
- Improve setting migration method matching. Avoid executing
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class TransformationCreateView(
|
|||||||
'"%(transformation)s" for: %(object)s'
|
'"%(transformation)s" for: %(object)s'
|
||||||
) % {
|
) % {
|
||||||
'layer': self.layer,
|
'layer': self.layer,
|
||||||
'transformation': self.get_transformation_class(),
|
'transformation': self.get_transformation_class().label,
|
||||||
'object': self.external_object,
|
'object': self.external_object,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user