casetracker 5.x-1.2
zero2one - November 19, 2007 - 20:58
Official release from CVS tag: DRUPAL-5--1-2
Download: casetracker-5.x-1.2.tar.gz
Size: 40.56 KB
md5_file hash: 77e83bdf1a81958046dab9cfc8e7b246
First released: November 19, 2007 - 20:58
Last updated: November 19, 2007 - 21:00
Download: casetracker-5.x-1.2.tar.gz
Size: 40.56 KB
md5_file hash: 77e83bdf1a81958046dab9cfc8e7b246
First released: November 19, 2007 - 20:58
Last updated: November 19, 2007 - 21:00
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.
