Part of lp.bugs.browser.bugtask View In Hierarchy
| Method | __init__ | Ensure we always have a bug context. |
| Method | displayAlsoAffectsLinks | Return True if the Also Affects links should be displayed. |
| Method | current_user_affected_status | Is the current user marked as affected by this bug? |
| Method | current_user_affected_js_status | A javascript literal indicating if the user is affected. |
| Method | other_users_affected_count | The number of other users affected by this bug. |
| Method | total_users_affected_count | The number of affected users, typically across all users. |
| Method | affected_statement | The default "this bug affects" statement to show. |
| Method | anon_affected_statement | The "this bug affects" statement to show to anonymous users. |
| Method | canAddProjectTask | Undocumented |
| Method | canAddPackageTask | Undocumented |
| Method | current_bugtask | Return the current IBugTask. |
Counting across duplicates may be disabled at run time.
The outputs of this method should be mirrored in MeTooChoiceSource._getSourceNames() (Javascript).