web/views/basecontrollers.py
changeset 8849 7da8339cd768
parent 8748 f5027f8d2478
child 8974 c8520188eb4b
equal deleted inserted replaced
8848:08bb2dd18fd2 8849:7da8339cd768
   269              DeprecationWarning)
   269              DeprecationWarning)
   270         ajax_controller = self._cw.vreg['controllers'].select('ajax', self._cw, appli=self.appli)
   270         ajax_controller = self._cw.vreg['controllers'].select('ajax', self._cw, appli=self.appli)
   271         return ajax_controller.publish(rset)
   271         return ajax_controller.publish(rset)
   272 
   272 
   273 
   273 
   274 # XXX move to massmailing
       
   275 class MailBugReportController(Controller):
   274 class MailBugReportController(Controller):
   276     __regid__ = 'reportbug'
   275     __regid__ = 'reportbug'
   277     __select__ = match_form_params('description')
   276     __select__ = match_form_params('description')
   278 
   277 
   279     def publish(self, rset=None):
   278     def publish(self, rset=None):