def __init__(self, context, request):
     # We use the current bug task as the context in order to get the
     # menu and portlets working.
     bugtask = getUtility(ILaunchBag).bugtask
     LaunchpadView.__init__(self, bugtask, request)
     self.comment = context
 def __init__(self, context, request):
     # We use the current bug task as the context in order to get the
     # menu and portlets working.
     bugtask = getUtility(ILaunchBag).bugtask
     LaunchpadView.__init__(self, bugtask, request)
     self.comment = context
Exemple #3
0
 def __init__(self, context, request, system_name):
     LaunchpadView.__init__(self, context, request)
     self.system_name = system_name
Exemple #4
0
 def __init__(self, context,  request, system_name):
     LaunchpadView.__init__(self, context, request)
     self.system_name = system_name