Downloads
Download tar.gz
40.56 KB
MD5: 77e83bdf1a81958046dab9cfc8e7b246
SHA-1: 7d1e68d5e1a2ba27b3af549ead9dee433dd109bb
SHA-256: 67c4275be7df6ae643bc0a45ce87449bb1ad69ac17e650449f411d0840392af9
Download zip
48.63 KB
MD5: e98ad971a25f49a50ebff74e879229cb
SHA-1: 9c5bf68ad692d80d755810d09af1c6742f426980
SHA-256: ac6e48fd860e899859321d7412009d12d8da6a3ad81ed5245e7cbb557ecd9a74
Release notes
Warning!
There is a bug in the install (only for new casetracker installs) script!
If you install this version (fresh install) then you have to manually run the update.php script and select the update #21 from the casetracker module dropdown.
Or you can use the casetracker 5.x-1.3-beta1 release instead!
New features
Organic Groups support
The Case Tracker module supports now Organic groups:
- When creating a new Project for a group the group(s) is/are pre-selected in the groups box
- When creating a new case for a group Project the group(s) is/are pre-selected in the groups box
There is 1 special feature:
- If a user (user1) is in a group (group1) and creates a new case for a groups project (project1).
- Another user (user2) who is in multiple groups (group1 & group2) opens the case, sees that it is not for that project but for a project of group2 (project2), changes the project from project1 to project2.
- The user who created the case will still have access to the case he created! Otherwise this user won't have further access to own created case.
See also: #113857
Changed admin pages
Moved Case Tracker (sub)menu items to tab-pages.
Bug fixes
- #190764: Debugged php errors when editing case states: misconfiguration in the menu array callback arguments.