Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devel:documentation:known_issues [2019/06/26 05:38] – tomiskar | devel:documentation:known_issues [2025/06/03 09:46] (current) – [Unable to reset password when first name or last name is empty] kratochvils | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- .: | + | <- .: |
====== Known issues ====== | ====== Known issues ====== | ||
- | This section is intended to contain the list of known issues that are not quick to solve i.e. those that occur in included libraries. If possible there is a workaround to the issue. This list does not replace the bugtracking tool for CzechIdM - https:// | ||
- | ===== Model mapper ===== | + | This section is intended to contain the list of known issues that are not quick to solve i.e. those that occur in included libraries. If possible there is a workaround to the issue. This list does not replace the bugtracking tool for CzechIdM - [[https:// |
- | Converter lib error - Sometimes the error `org.modelmapper.MappingException: ModelMapper mapping errors: Converter org.modelmapper.internal.converter.CollectionConverter@7214dbf8 failed to convert` occures. It is caused by the bug in the library " | + | For the most common support requests, see this wiki page - [[https://wiki.czechidm.com/ |
- | ==== Flyway | + | ==== Some change script is not executed |
- | To prevent application startup fails due to Flyway | + | You can face this issue, during upgrading IdM version. During start up when the change scripts are executed some of them is " |
- | < | + | |
- | Initialization | + | |
- | [[https://proj.bcvsolutions.eu/ | + | If you want to be sure, after you upgrade IdM look into database table idm\_schema\_MODULENAME and check against repository that all change script are there. If you found some of them is missing just run the change script manually directly in DB. |
+ | |||
+ | ==== A rule for automatic role assignment based on EAV codelist attribute won`t apply ==== | ||
+ | |||
+ | Affected IdM version: 12.x.x | ||
+ | |||
+ | If there is an EAV codelist attribute for IdmIdentity and we want to create an automatic role based on the attribute then we are not able to set this rule. Basically the green button " | ||
+ | |||
+ | ==== Unable to reset password when first name or last name is empty ==== | ||
+ | |||
+ | Affected IdM version: 14.3.0 | ||
+ | |||
+ | An update in policies caused an error in resetting user's password if the user's first name or last name is empty. This operation throws **INTERNAL_SERVER_ERROR**: | ||
+ | |||
+ | A configuration in IdM has been added, which fixes the password reset behaviour (enabled in Settings >> Configuration): | ||
< | < | ||
- | -Djava.util.Arrays.useLegacyMergeSort=true | + | idm.sec.core.identity.passwordChange.validateBannedStrings=true |
</ | </ | ||
+ | |||
+ | |||
+ | ==== Incorrect display of data in a comparison report (xlsx) ==== | ||
+ | |||
+ | This is not a problem of IdM but rather of office products (we use mostly LibreOffice). Data in a column are not fully displayed. If we double click the cell, it reveals all data stored in it. We've faced " | ||
+ | |||
+ | Note: On newer versions of LibreOffice the issue hasn't been encountered, | ||
+ | |||