Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Audit Extra Configurations
- Make sure all audits contain the following data {"name":"object name","person":"thisstaff name"} - Audit configurations that do not pertain to specific objects. These configurations are found in the config table - Audit individual configurations that can be set per object for the following: - Help Topics - Departments - SLAs - Pages - Agents - Account - Permissions - Profile - Teams - Roles - Definition - Permissions - Ticket Filters - Email Templates - Emails Note: In class.auth.php, the extra lookup has to be done because the staff/user that were looked up are using the StaffSession/ClientSession classes
- Loading branch information
Showing
with
382 additions
and 138 deletions.
- +19 −15 include/class.auth.php
- +9 −0 include/class.config.php
- +15 −3 include/class.dept.php
- +8 −1 include/class.email.php
- +9 −0 include/class.filter.php
- +9 −2 include/class.list.php
- +20 −3 include/class.organization.php
- +8 −0 include/class.page.php
- +21 −0 include/class.role.php
- +15 −1 include/class.sla.php
- +31 −7 include/class.staff.php
- +9 −9 include/class.task.php
- +13 −0 include/class.team.php
- +27 −2 include/class.template.php
- +8 −2 include/class.thread.php
- +1 −1 include/class.thread_actions.php
- +24 −22 include/class.ticket.php
- +14 −1 include/class.topic.php
- +5 −4 include/class.user.php
- +1 −1 include/client/view.inc.php
- +0 −1 include/staff/departments.inc.php
- +1 −1 include/staff/templates/task-view.tmpl.php
- +1 −1 include/staff/ticket-view.inc.php
- +4 −4 scp/canned.php
- +19 −2 scp/categories.php
- +10 −7 scp/departments.php
- +2 −4 scp/emails.php
- +3 −3 scp/faq.php
- +2 −4 scp/filters.php
- +8 −1 scp/forms.php
- +33 −8 scp/helptopics.php
- +2 −4 scp/lists.php
- +1 −1 scp/orgs.php
- +19 −4 scp/pages.php
- +2 −4 scp/roles.php
- +2 −4 scp/slas.php
- +2 −2 scp/staff.php
- +2 −4 scp/teams.php
- +2 −4 scp/templates.php
- +1 −1 tickets.php
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.