Ticket #5945: attachment.py.patch
| File attachment.py.patch, 465 bytes (added by jonathan.needle@…, 11 months ago) |
|---|
-
attachment.py
708 708 self.env.log.debug('LegacyAttachmentPolicy denied %s ' 709 709 'access to %s. User needs %s' % 710 710 (username, context, legacy_action)) 711 else: 712 return decision
