Edgewall Software

Changes between Version 3 and Version 4 of TracDev/PluginDevelopment/ExtensionPoints/ComponentModuleExamples


Ignore:
Timestamp:
Jul 15, 2012, 1:26:45 PM (12 years ago)
Author:
Peter Suter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/ComponentModuleExamples

    v3 v4  
    9898            attachments = AttachmentModule(self.env).attachment_data(context)
    9999            data = {'component': model.Component(self.env, name),
    100                     'attachments': attachments or 7}
     100                    'attachments': attachments}
    101101            return 'component.html', data, None
    102102        req.perm.require('COMPONENT_LIST')