Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Clark authored and Ray Clark committed Mar 6, 2015
1 parent 063b288 commit d056b24
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,12 @@
UPDATE gibbonAction SET URLList='helpDesk_manageTechnicians.php', entryURL='helpDesk_manageTechnicians.php' WHERE name='Manage Technician Groups' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Help Desk');end
" ;

//v0.3.02
$count++;
$sql[$count][0]="0.3.02" ;
$sql[$count][1]="
UPDATE gibbonAction SET URLList='helpDesk_manageTechnicianGroup.php', entryURL='helpDesk_manageTechnicianGroup.php' WHERE name='Manage Technician Groups' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Help Desk');end
UPDATE gibbonAction SET URLList='helpDesk_manageTechnicians.php', entryURL='helpDesk_manageTechnicians.php' WHERE name='Manage Technician' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Help Desk');end
" ;

?>
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,8 @@ v0.3.01
-------
Made Manage Technician Groups a default Permission.
Fixed helpDesk_createTechnicianGroup using the wrong permission.
Fixed Manage Technician having the wrong entry and URLList value.
Fixed Manage Technician having the wrong entry and URLList value.

v0.3.01
-------
Fixed some permissions having the wrong URLs.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$entryURL="issues_view.php" ;
$type="Additional" ;
$category="Other" ;
$version="0.3.01" ;
$version="0.3.02" ;
$author="Adrien Tremblay & Ray Clark" ;
$url="https://github.com/adrientremblay/helpdesk" ;

Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Sets version information
*/
$moduleVersion="0.3.01" ;
$moduleVersion="0.3.02" ;

/*
*/
Expand Down

0 comments on commit d056b24

Please sign in to comment.