Zum Inhalt

Hotfixes#

Hotfixes für Version 33

Ein Hotfix beseitigt einen bestimmten Fehler und werden in der Regel als ZIP-Datei zur Verfügung gestellt. Die ZIP-Datei wird im Installationsverzeichnis von i-doit entpackt. Die Abfrage, ob Dateien beim Entpacken überschrieben werden sollen, muss bestätigt werden.

Falls ein Hotfix zur Ausführung des Updates einer älteren Version notwendig ist, ist dieser im Hotfix Archiv zu finden.

Da es sich hierbei um Hotfixes handelt, empfehlen wir, diese nur einzuspielen, wenn diese für den sauberen Betrieb Ihrer Installation notwendig sind oder Sie durch den Support zur Verwendung aufgefordert werden. Bitte stellen Sie sicher, dass vor der Verwendung dieser Hotfixes ein Backup von i-doit erstellt wurde.

Sollten Sie nach der Verwendung der Hotfixes mit dem Support in Kontakt treten, ergänzen Sie bitte den Hinweis auf dessen Verwendung.

Einverständniserklärung

Mit dem Herunterladen eines Hotfixes erklären Sie, dass Sie die oben genannten Hinweise vollständig gelesen und verstanden haben.

Anwendung bei 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

Anwendung bei Windows#

Entpacken

Pfad für den i-doit Windows installer:

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

Pfad für den 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

Custom dialog+ fields empty after saving / no options to choose despite values (ID-11427)#

This Hotfix prevents the saving of strings that trigger the bug in the dialog+ field identifier. A message will appear and the word gets deleted

Known trigger words:

1
2
3
4
5
6
7
8
9
'select'
'update'
'insert'
'drop'
'replace'
'delete'
'alter'
'create'
'set'

Please note

After installing the hotfix, please remove any of these words, if your identifier contains one or more of these strings and leave the rest untouched. This will ensure the values will be the same.

Examples: If your identifier is set to ´update_identifier´, change this to ´_identifier´ If it is set to ´my_update_identifier´, change it to ´my__identifier´ (two underscores)

Please also note that you will need to refresh the browser cache after applying the hotfix.

i-doit_33_hotfix_ID-11427.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

SQL Syntax Error when watching report with Location and operator below as condition (ID-11343)#

Error message found in the logs
1
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'under_location '38' ) ) ORDER BY obj_main.isys_obj__title DESC' at line 12

i-doit_33_hotfix_ID-11343.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