|
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | +# [3.0.0](https://github.com/pluginsGLPI/formcreator/compare/2.13.9...3.0.0) (2025-09-30) |
| 78 | + |
| 79 | + |
| 80 | +### Bug Fixes |
| 81 | + |
| 82 | +* **abstracttarget:** missing escaping before SQL query ([06d9089](https://github.com/pluginsGLPI/formcreator/commit/06d908937201e25515bbe5bdda5b93c465ce3f8a)) |
| 83 | +* adding 2.13.10 empty sql file ([f6d63ea](https://github.com/pluginsGLPI/formcreator/commit/f6d63ead12746c04b63e591b2f28e62486056be7)) |
| 84 | +* adjust dashboard widget height ([aab508d](https://github.com/pluginsGLPI/formcreator/commit/aab508ddac14cd51f7a90925a3d15623fc8a0b04)) |
| 85 | +* backslashes in translations not working in textarea ([#3575](https://github.com/pluginsGLPI/formcreator/issues/3575)) ([201e28d](https://github.com/pluginsGLPI/formcreator/commit/201e28d6246ebfa227c70e5c790f11a5af538a46)) |
| 86 | +* display supplier input field when selecting a supplier from the … ([#3572](https://github.com/pluginsGLPI/formcreator/issues/3572)) ([5c41af7](https://github.com/pluginsGLPI/formcreator/commit/5c41af75a254121d8d9938b38800a71436eb2427)) |
| 87 | +* **dropdownfield, glpiselectfield:** group restriction ([#3489](https://github.com/pluginsGLPI/formcreator/issues/3489)) ([46efb33](https://github.com/pluginsGLPI/formcreator/commit/46efb336110722c8e99006997d4a8069eb46d2e7)) |
| 88 | +* **dropdownfield:** useless duplicate conditions for tickets ([d81a43e](https://github.com/pluginsGLPI/formcreator/commit/d81a43ebbec74f58f019da409f53a169e2ea06f8)) |
| 89 | +* **fieldsfield:** mandatory check failure on dropdowns ([9ac92f0](https://github.com/pluginsGLPI/formcreator/commit/9ac92f04705060106b122d6665a3bb27f4adc4f0)) |
| 90 | +* **fieldsfield:** required property update on UI ([feb1de0](https://github.com/pluginsGLPI/formcreator/commit/feb1de088e7f16b2a9ee7d4274b66ee1cb59f539)) |
| 91 | +* **files:** entity ([#3566](https://github.com/pluginsGLPI/formcreator/issues/3566)) ([f1ecc2d](https://github.com/pluginsGLPI/formcreator/commit/f1ecc2da717a3df39fcae6a16b9a5b6a08ef7d8a)) |
| 92 | +* **form:** bad itemtypes names ([11d9e6b](https://github.com/pluginsGLPI/formcreator/commit/11d9e6b8ed493a3155e770bb41b6f10f25fd9584)) |
| 93 | +* **glpiselectfield:** ambiguous column with tickets ([2d5ad80](https://github.com/pluginsGLPI/formcreator/commit/2d5ad80b2a11ac0476f3258d62969ac240e96fa5)) |
| 94 | +* handle negative due date for service levels ([ed147ef](https://github.com/pluginsGLPI/formcreator/commit/ed147efa2e175bb245e343af124d22909974806f)) |
| 95 | +* **issue:** SQL warning if groups of the user contain an empty ID ([580eba5](https://github.com/pluginsGLPI/formcreator/commit/580eba5b355ef0fd435d5caf5ac7dc95f21d7e61)) |
| 96 | +* **issue:** waiting status is not being computed correctly ([#3597](https://github.com/pluginsGLPI/formcreator/issues/3597)) ([cfc9a69](https://github.com/pluginsGLPI/formcreator/commit/cfc9a695c8170c11ef98de45b8be0b262947ada8)) |
| 97 | +* **knowbase,form:** kb item translation missing ([603b8ea](https://github.com/pluginsGLPI/formcreator/commit/603b8eac9b93f70b3b95bdda529b17eb7935ef1d)) |
| 98 | +* **knowbase:** categories in reverse alphanumeric order ([8011971](https://github.com/pluginsGLPI/formcreator/commit/801197183ed8d96ac16f9a3d5bd6dd75ef7fbb83)) |
| 99 | +* **ldapfield:** HTML encoding when copying filter from GLPI ([e56eaca](https://github.com/pluginsGLPI/formcreator/commit/e56eacaeab5409cfd5b89cdfdbf4fd1d0e0cb0fc)) |
| 100 | +* php lint ([aa12610](https://github.com/pluginsGLPI/formcreator/commit/aa1261021d2712718b2ecc0b7bf0eb1e9a38e5b3)) |
| 101 | +* **section:** bad update when importing a section with conditions ([15907b8](https://github.com/pluginsGLPI/formcreator/commit/15907b8369099afc9d0b63b32e3152496ed7cdf8)) |
| 102 | +* set the default value of the dropdown as empty string ([#3563](https://github.com/pluginsGLPI/formcreator/issues/3563)) ([f336e1b](https://github.com/pluginsGLPI/formcreator/commit/f336e1b4e8940ce4b582c9b82cadf8f1241dfa3b)) |
| 103 | +* SQL error when user ID missing ([17c0358](https://github.com/pluginsGLPI/formcreator/commit/17c0358919d804b70e6c2e27b089dfbde177e0d1)) |
| 104 | +* **target_actor:** duplication fails for some types ([1ff8a55](https://github.com/pluginsGLPI/formcreator/commit/1ff8a555f1461d4dd4fa2225ce78a883a00d1225)) |
| 105 | +* **target_actor:** duplication requires export of ID, not name ([3efc9cd](https://github.com/pluginsGLPI/formcreator/commit/3efc9cd7ccdcc003f83f3409853b6f50e7d2d2f1)) |
| 106 | +* **targetticket:** actors format ([e468aa3](https://github.com/pluginsGLPI/formcreator/commit/e468aa350de569991274d97e1af7ce2fca7ed994)) |
| 107 | + |
| 108 | + |
| 109 | +### Reverts |
| 110 | + |
| 111 | +* Revert "Revert "feat(glpiselectfield): support Cluster itemtype"" ([8e06c17](https://github.com/pluginsGLPI/formcreator/commit/8e06c17cd1b864f39a53e34e75a206acf3de66a5)) |
| 112 | + |
| 113 | + |
| 114 | + |
77 | 115 | # Formcreator Changelog |
78 | 116 |
|
79 | 117 | ## [3.0.0 (Migration Only)](https://github.com/pluginsGLPI/formcreator/compare/2.13.10...3.0.0) (Unreleased) |
|
0 commit comments