Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Version 2018.1.0

Compare
Choose a tag to compare
@mike-koch mike-koch released this 20 May 13:21
· 140 commits to master since this release
748ae25
  • Support for HESK 2.8.1. Dropped support for HESK 2.7.6
  • BUGFIX: Fixed issue with create ticket API where tickets could not be created
  • BUGFIX: Fixed issue with create ticket API where autoassign logic would not respect the category's autoassign setting
  • BUGFIX: Fixed issue on the manage categories page where the colors from the previous category being edited would be applied to the next category
  • BUGFIX: Fixed issue on service messages page where service messages may not load
  • BUGFIX: Fixed PHP notice on manage email templates page
  • BUGFIX: Fixed issue on calendar page where the audit log date would be stored as 0000-00-00 00:00:00 when using a non-MySQL standard date format
  • BUGFIX: Fixed issue where administrators could only see tickets assigned to themselves on the calendar page
  • BUGFIX: Fixed issue where selected categories/features when creating a new user did not match the staff permission group's permissions
  • BUGFIX: Fixed issue where change due date button would be visible on a ticket when the user did not have permission to change the due date
  • User security changes regarding permission groups, categories, and users:
    • If a user can manage categories AND permission groups, the user can now assign any category to a permission group
    • If a user can manage categories AND users, the user can now assign any category to a user
  • Users who can manage permission groups and users can now assign a permission group to a user, as long as the permission group has equal or less access than their current permissions
  • Mods for HESK language strings have been removed from text.php and are now in a separate text-mfh.php file. This change has been made to facilitate the translation system changes at https://mods-for-hesk.com (see below for more information).