View Issue Details

IDProjectCategoryView StatusLast Update
0026998mantisbtplug-inspublic2023-10-31 16:32
Reporterc2pil Assigned Todregad  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version2.26.0Fixed in Version2.26.0 
Summary0026998: Event on access level modifications
Description

I would need to log every modifications on users access level on projets.
This is why an event on users access level modifications would be great so that a plugin could get it.
Unless I am mistaken, I don't see anything like that exists today.

Minimal information needed are users concerned by the access level modification and on which projects.
Additionnal information could be the old access level, the new one, who did the modifications and the date.

Thank you for your time.

TagsNo tags attached.

Activities

dregad

dregad

2021-05-13 06:11

developer   ~0065505

PR https://github.com/mantisbt/mantisbt/pull/1749

c2pil

c2pil

2021-06-04 06:00

reporter   ~0065593

The Pull-Request has been done and updated with the requested changes. Could you tell us if this evolution will be included in a future version and so if the PR will be accepted ?

dregad

dregad

2021-06-04 07:11

developer   ~0065594

Probably yes but I have not had time to review yet.

Related Changesets

MantisBT: master-2.25 6efee43d

2021-06-05 06:48

c2pil

Committer: community


Details Diff
New events for project users management

- EVENT_MANAGE_PROJECT_USER_CREATE
- EVENT_MANAGE_PROJECT_USER_UPDATE
- EVENT_MANAGE_PROJECT_USER_DELETE

Fixes 0026998, PR https://github.com/mantisbt/mantisbt/pull/1749

Co-authored-by: FERMAUT Luc <luc.fermaut@soprasteria.com>
Affected Issues
0026998
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

MantisBT: master 3fafddfe

2021-06-05 06:48

c2pil

Committer: dregad


Details Diff
New events for project users management

- EVENT_MANAGE_PROJECT_USER_CREATE
- EVENT_MANAGE_PROJECT_USER_UPDATE
- EVENT_MANAGE_PROJECT_USER_DELETE

Fixes 0026998, PR https://github.com/mantisbt/mantisbt/pull/1749

Co-authored-by: FERMAUT Luc <luc.fermaut@soprasteria.com>
Affected Issues
0026998
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

MantisBT: master-2.25 5e15c2cb

2021-06-05 07:07

dregad


Details Diff
Revert "New events for project users management"

This was meant to be merged in master branch, not master-2.25.

This reverts commit 6efee43dbec02dc0c3d6eb422794bf27654e056b.
Affected Issues
0026998
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