Skip to content

Commit

Permalink
Merge pull request #801 from i-doit:hotfix_33_ID-11427
Browse files Browse the repository at this point in the history
hotfix added
  • Loading branch information
matsica authored Nov 28, 2024
2 parents 93dc326 + 9f4be82 commit b0e47c8
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/de/administration/hotfixes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,33 @@ Improved object list loading times.

[i-doit_31_32_33_hotfix_ID-11230_ba0221d.zip :material-file-download:](../../assets/downloads/hotfixes/33/i-doit_31_32_33_hotfix_ID-11230_ba0221d.zip){ .md-button .md-button--primary }

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

??? info "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:
```
'select'
'update'
'insert'
'drop'
'replace'
'delete'
'alter'
'create'
'set'
```

!!! warning "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 :material-file-download:](../../assets/downloads/hotfixes/33/i-doit_33_hotfix_ID-11427_0bca4f0.zip){ .md-button .md-button--primary }

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

Improved location tree loading times.
Expand Down
27 changes: 27 additions & 0 deletions docs/en/system-administration/hotfixes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,33 @@ Improved object list loading times.

[i-doit_31_32_33_hotfix_ID-11230_ba0221d.zip :material-file-download:](../../assets/downloads/hotfixes/33/i-doit_31_32_33_hotfix_ID-11230_ba0221d.zip){ .md-button .md-button--primary }

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

??? info "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:
```
'select'
'update'
'insert'
'drop'
'replace'
'delete'
'alter'
'create'
'set'
```

!!! warning "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 :material-file-download:](../../assets/downloads/hotfixes/33/i-doit_33_hotfix_ID-11427_0bca4f0.zip){ .md-button .md-button--primary }

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

Improved location tree loading times.
Expand Down
Binary file not shown.

0 comments on commit b0e47c8

Please sign in to comment.