>>> +class ResourceToAttachmentChangeListenerAdapter(Component):
>>> +    """
>>> +    The class provides backward compatibility for components implementing
>>> +    IAttachmentChangeListener interface.
>>> +    """
>>
>> -1
>> Move these into AttachmentModule itself , so that legacy notification
>> will always be enabled if the module is enabled .
>>
>> PS: The same applies to all other backwards compatibility interface adapters 
>> .
> Agree, that can potentially bring a backward incompatibility. I will
> move this functionality back as it was before the patch. That will
> also decrease number of changes and simplify future merges. The code
> will be ugly but alas.
r1455913 contains changes that I described above.

Reply via email to