diff --git a/CHANGEDB.php b/CHANGEDB.php index ec3edf0..c79cbbb 100644 --- a/CHANGEDB.php +++ b/CHANGEDB.php @@ -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 +" ; + ?> diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8cb1bb3..55559f5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. \ No newline at end of file +Fixed Manage Technician having the wrong entry and URLList value. + +v0.3.01 +------- +Fixed some permissions having the wrong URLs. \ No newline at end of file diff --git a/manifest.php b/manifest.php index 461f37d..8a92b7a 100644 --- a/manifest.php +++ b/manifest.php @@ -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" ; diff --git a/version.php b/version.php index 9b83f68..4a86019 100644 --- a/version.php +++ b/version.php @@ -20,7 +20,7 @@ /** * Sets version information */ -$moduleVersion="0.3.01" ; +$moduleVersion="0.3.02" ; /* */