View Issue Details

IDProjectCategoryView StatusLast Update
0024055mantisbtplug-inspublic2020-02-17 14:54
Reportersimonegirlanda Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Summary0024055: Add events in in bug view
Description

Add missed calls to hook for events as described in Plugin event reference (https://www.mantisbt.org/wiki/doku.php/mantisbt:plugins_events).

Can I implement changes directly?
May I have access to repository?

View Events
These events allow plugins to add new content to individual view pages in various locations.

EVENT_VIEW_BUG_AFTER_DETAILS ( Output )
EVENT_VIEW_BUG_AFTER_RELATIONSHIP ( Output )
EVENT_VIEW_BUG_AFTER_UPLOAD ( Output )
EVENT_VIEW_BUG_AFTER_USERS ( Output )
EVENT_VIEW_BUG_AFTER_NOTES ( Output )

TagsNo tags attached.

Relationships

has duplicate 0026710 closedatrol Outdated Plugin Events Reference 

Activities

atrol

atrol

2018-03-03 04:49

developer   ~0059074

Submitting a patch is always a good idea, as it increases the chances of improvement eventually making it into MantisBT core. All contributions are welcome and greatly appreciated.

Patch submissions can be made in several ways. In the order of preference:

  1. Send us a Pull Request on our Github repository [1]
  2. Attach a GIT patch to the issue
  3. Attach a Unified Diff, clearly specifying the patch's base release

Kindly avoid to upload entire modified PHP files.

Please make sure that your submissions adhere to our Coding Guidelines [2], if they don't your patch might be rejected.

[1] https://github.com/mantisbt/mantisbt
[2] http://www.mantisbt.org/wiki/doku.php/mantisbt:coding_guidelines

simonegirlanda

simonegirlanda

2018-03-05 03:34

reporter   ~0059080

Thank you @atrol, I'll study guidelines and I'll send a pull request on git.