Skip to content

Conversation

tograss
Copy link

@tograss tograss commented Sep 30, 2025

Checklist before requesting a review

Please delete options that are not relevant.

  • I have read the CONTRIBUTING document.
  • I have performed a self-review of my code.
  • I have added tests that prove my fix is effective or that my feature works.
    The added code is covered by existing tests. If you need more tests for this Feature could you advise where to place them ?
  • This change requires a documentation update.

Description

  • It fixes Log from which position a user is removed #21059
    This pull requests does two things:
    It adds recording to which position an Actor is assigned for problems and changes.
    It adds recording when a user is removed from a position for tickets, problems and changes.

@cedric-anne
Copy link
Member

The added code is covered by existing tests. If you need more tests for this Feature could you advise where to place them ?

If there are existing tests testing the produced logs entries, please indicate their class/method name, so we can check them. Otherwise, you should add tests for each impacted class and you can see how it is done in the Profile_UserTest::testLogOperationOnAddAndDelete() test method.

@cedric-anne cedric-anne added this to the 11.0.2 milestone Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Log from which position a user is removed

2 participants