Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breaking of ACE order after deletion of security identity #29

Closed
wants to merge 1 commit into from
Closed

Fix breaking of ACE order after deletion of security identity #29

wants to merge 1 commit into from

Conversation

francoispluchino
Copy link

@francoispluchino francoispluchino commented Oct 27, 2016

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #28, #24, #23, #5
License MIT
Doc PR ~

The order of the ACEs is directly executed in PHP and not in SQL for performance reasons, but the current implementation is broken when a security identity is removed while ACEs are associated (see #28).

This PR ensures that the array indexes of ACEs are follow, even after a cascade deletion of ACEs from a security identity.

@francoispluchino
Copy link
Author

I close this PR to clean my list and because this library no longer seems to be maintained. But do not hesitate to reopen or merge directly this PR if you wish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants