2
xmlns="http://namespaces.zope.org/zope"
3
xmlns:browser="http://namespaces.zope.org/browser"
4
xmlns:i18n="http://namespaces.zope.org/i18n"
5
i18n_domain="launchpad">
6
<facet facet="answers">
9
for="canonical.launchpad.interfaces.IBugTask
10
lazr.lifecycle.interfaces.IObjectModifiedEvent"
11
handler=".notification.dispatch_linked_question_notifications"
14
<class class=".database.QuestionBug">
15
<allow interface=".interfaces.IQuestionBug"/>
19
for=".interfaces.IQuestionBug
20
lazr.lifecycle.interfaces.IObjectCreatedEvent"
21
handler=".karma.question_bug_added"
26
for="lp.apps.answers.interfaces.question.IQuestion"
27
class=".browser.QuestionMakeBugView"
28
permission="launchpad.AnyPerson"
29
template="templates/question-makebug.pt"
34
for="lp.apps.answers.interfaces.question.IQuestion"
35
class="canonical.launchpad.browser.buglinktarget.BugLinkView"
36
permission="launchpad.AnyPerson"
37
template="templates/question-linkbug.pt"
42
for="lp.apps.answers.interfaces.question.IQuestion"
43
class="canonical.launchpad.browser.buglinktarget.BugsUnlinkView"
44
permission="launchpad.AnyPerson"
45
template="templates/question-unlinkbugs.pt"