mrp: it was bad idea to set transformation on line if several transformations are found
Some tests where explicitely checking that transformation is not set in case several are found. It is indeed better to ask user decision in such case.
Showing
-
Owner
What about the fact that
resource.getDefaultTransformationValue(context)
looks better in that we can then customize easily with a type-based method ? I remind that by default, Resource.getDefaultTransformationValue returns the first found (i.e. it does not return None if it finds many).
Please register or sign in to comment