Skip to content

Hotfixes#

Hotfixes for version 33

A hotfix fixes a specific error and is usually made available as a ZIP file. The ZIP file is extracted in the installation directory of i-doit. The prompt asking whether files should be overwritten when unpacking must be confirmed.

If a hotfix is required to update an older version, this can be found in the Hotfix archive.

As these are hotfixes, we recommend that you only install them if they are necessary for the proper operation of your installation or if you are requested to do so by support. Please ensure that a backup of i-doit has been created before using these hotfixes.

If you contact support after using the hotfixes, please add the reference to their use.

Declaration of consent

By downloading a hotfix you declare that you have read and understood the above mentioned notes completely.

Application with GNU/Linux#

1
2
3
4
sudo cp i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip /var/www/html/i-doit/
cd /var/www/html/i-doit/
sudo -u www-data unzip i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip
sudo rm i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip

Application with Windows#

Extract

Path for the i-doit Windows installer:

1
C:\ProgramData\i-doit\apache-2.4\htdocs

Path for the i-doit Discovery installer:

1
C:\ProgramData\i-doit-discovery\apache-2.4\htdocs

i-doit core#

Add support for new JDisc GraphQL Schema (ID-11256)#

Use this if you use any newer JDisc version, to be able to use the GraphQL Discovery feature.

i-doit_33_hotfix_ID-11256.zip

Better Object list loading performance (ID-11230)#

Improved object list loading times.

i-doit_31_32_33_hotfix_ID-11230_ba0221d.zip

Improve performance of location tree when considering user rights (ID-11261)#

Improved location tree loading times.

i-doit_32_33_hotfix_ID-11261_2785c2c.zip

SQL error when using location path as a condition block at report manager (ID-11151)#

Error message found in the logs
1
Database error : Query error: 'SELECT obj_main.isys_obj__id AS '__id__', obj_main.isys_obj__title AS 'LC__UNIVERSAL__TITLE###0_1', j3.isys_obj__title AS 'LC__CMDB__CATG__LOCATION###0_26', j2.isys_catg_location_list__parentid as 'isys_cmdb_dao_category_g_location::dynamic_property_callback_location_path::DYNAMIC_PROPERTY::0', j2.isys_catg_location_list__parentid as 'isys_cmdb_dao_category_g_location::dynamic_property_callback_location_path::DYNAMIC_PROPERTY::1' FROM isys_obj AS obj_main INNER JOIN isys_cmdb_status AS obj_main_status ON obj_main_status.isys_cmdb_status__id = obj_main.isys_obj__isys_cmdb_status__id LEFT JOIN isys_catg_location_list AS j2 ON obj_main.isys_obj__id = j2.isys_catg_location_list__isys_obj__id LEFT JOIN isys_obj AS j3 ON j2.isys_catg_location_list__parentid = j3.isys_obj__id LEFT JOIN isys_obj_type AS j4 ON j4.isys_obj_type__id = obj_main.isys_obj__isys_obj_type__id WHERE TRUE AND ( (j4.isys_obj_type__id != '60' ) AND (j4.isys_obj_type__id != '63' ) ) AND ( (FALSE) ) AND ( ( ( j2.isys_catg_location_list__parentid IN (Array) ) AND (j2.isys_catg_location_list__parentid IS NOT NULL AND j2.isys_catg_location_list__parentid != '') ) ) ORDER BY obj_main.isys_obj__title ASC': Unknown column 'Array' in 'where clause'

i-doit_32_hotfix_ID-11151.zip

API Add-on#

Reading a SQL Report without result (API-551)#

api_2.2_hotfix_API-551_08fc1cb.zip

Forms Add-on#

Object is not created when a attribute validation is used and no error is displayed (AOF-38)#

forms_1.2.0_hotfix_AOF-38_69144fc.zip

Using Forms to create an object bypasses validation "unique" check (AOF-54)#

The only exception to unique checks are IPv4 addresses

forms_1.2_hotfix_AOF-54-43.zip

Workflow Add-on#

Workflow Checklist is inaccessible after workflow is accepted (WORKFLOW-52)#

Error message found in the Webserver logs
1
Something went wrong while executing the current action/component with message: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given

workflow_1.2_1.3_hotfix_WORKFLOW-52_21fd9c0.zip

Floorplan Add-on#

'Hide / unhide Object' Button does not hide or unhide the object (FP-140)#

floorplan_1.8_hotfix_FP-140_2e1ca1e.zip