• 's avatar
    Fixed a bug in Image.py - the Image and File classes attempted to share · bb926122
    authored
    their __ac_permissions__ definition, but this caused the View permission
    for File objects to be unsettable since the 'tag' method (which actually
    only exists on Images) was in the 'View' permission definition. To fix
    this, I gave Image its own __ac_permissions__ structure and got rid of
    the reference to 'tag' in the __ac_permissions__ of File.
    bb926122
Image.py 20.4 KB