#3552 closed Task (fixed)
Create unit tests for access collections
| Reported by: | brettp | Owned by: | brettp |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.7.10 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | moderate |
Description
Change History (4)
comment:1 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 2 years ago by brettp
(In [svn:9203]) Fixes #3522, refs #3323, #3552. Added more unit tests for ACLs and group ACLs. Added can_edit_access_collection() and moved permission checks for ACL changes to actions.
comment:3 Changed 23 months ago by Brett Profitt
Merged d423aee393458d6827db from 1.7 to master.
Fixes #3552. Addess ACL unit tests. These currently fail because of #3522.
git-svn-id: http://code.elgg.org/elgg/branches/1.7@9202 36083f99-b078-4883-b0ff-0f9b5a30f544
Conflicts:
engine/lib/access.php
Changeset: b3bad6fc928cae56bdc3a97fe8089b27f6f79f0b
comment:4 Changed 23 months ago by Brett Profitt
Revert "Fixes #3552. Addess ACL unit tests. These currently fail because of #3522."
This reverts commit d423aee393458d6827dbe913ceacd29171fa3d74. Removing because of problems with differences in how 1.7 and 1.8 populate the acl dropdown for groups.
Changeset: f068068add8645dc359fdcb00b7745a918c1c81e

(In [svn:9202]) Fixes #3552. Addess ACL unit tests. These currently fail because of #3522.