View Issue Details

IDProjectCategoryView StatusLast Update
0017783mantisbtplug-inspublic2015-02-21 00:02
Reportergrangeway Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0017783: New Event: EVENT_MANAGE_PROJECT_DELETE
Description

Add an event to allow tracking of project deletions

This could be used to allow synchronisation with a 3rd party system, to deny
the deletion of specific projects, or to provide auditing/event
logging.

Tagspatch

Relationships

related to 0017782 closedvboctor New Event: EVENT_MANAGE_VERSION_DELETE 

Related Changesets

MantisBT: master 42e7ed02

2014-10-17 10:13

Paul Richards

Committer: vboctor


Details Diff
New Event: EVENT_MANAGE_PROJECT_DELETE

Add new event: EVENT_MANAGE_PROJECT_DELETE

These events allow plugins to process or 'block' a project deletion,
as they occur prior to any version or project deletion.

This could be used to allow synchronisation with a 3rd party system, to deny
the deletion of specific projects.

Fixes 0017783

Signed-off-by: Victor Boctor <victor@mantishub.net>
Affected Issues
0017783
mod - core/events_inc.php Diff File
mod - core/project_api.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Manage.xml Diff File