Skip to main content
Updates

Version 3.5.6

By August 1, 2016October 26th, 2020No Comments

Important Notice

Please note that the uber.client_role_get and uber.client_role_list API v2 calls have been deprecated, in favor of the new uber.acl_client_role_get and uber.acl_client_role_list calls. The 3.x and 4.0.x releases will maintain support for both calls, but they will be entirely removed from the 4.1 release.
If you are using either of those API calls, it is highly recommended that you start transitioning to the new ones as soon as possible.

Enhancements

API

  • Created 2 new API calls uber.acl_admin_role_get and uber.acl_admin_role_listto retrieve role information for admins. The equivalent existing calls for clients,uber.client_role_get and uber.client_role_list, have been deprecated in favor of the newuber.acl_client_role_get and uber.acl_client_role_list calls, respectively. Additionally,uber.check_login now includes assigned_roles which includes information about the admin role, or the client’s primary contact role, depending on whether it’s an admin or client login.

Bugfixes

Client Manager

  • “Prorated Total” for service cancellation will no longer be updated each time the user edits the “Billing Information” module (causing the prorated amount to be prorated over and over again)

Support Manager

  • Optimized viewing ticket on instances with large numbers of client tags configured

Device Manager

  • Add IP Assignment popup will now only list available IP addresses
  • DNS Manager – The ‘Add DNS Zone’ popup will no longer display the DNS Zone and Name twice
  • DNS Manager – DNS Zone type can now be changed on the DNS Zone edit popup

Order Manager

  • Staff owner can now be specified for the Open Ticket order module, in order to allow automatically running the module (previously, when run automatically it would fail to perform as expected, as a ticket couldn’t be created without an owner)

Sales Manager

  • Quote signature page will no longer give a “quote has been modified since this page was loaded” error when submitting for the first time

API

  • uber.check_login will now correctly return the last login attempt timestamp under last_login for client logins, instead of null
  • Service Link device module enable/disable methods now work correctly when called by the device.module_call_aggregate API call