plone/plone.namedfile

Get rid of the ImageScale unregistered view

ale-rt opened this issue · 1 comments

This view ImageScale is not registered in any zcml:

class ImageScale(BrowserView):

and it is just used by the view ImageScaling view (registered in a zcml for the name images):

class ImageScaling(BrowserView):

I bet it should be possible to come up with a simpler solution.
Now debugging/customizing is pretty hard

since merged is this fixed?