Skip to content

Commit 502924d

Browse files
committed
Merge branch 'release/2.13.4' into support/2.13.0
2 parents 5d34da8 + 331dff4 commit 502924d

43 files changed

Lines changed: 10375 additions & 8784 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[glpi-project-plugin-formcreator.2_13_0]
4+
[o:teclib:p:glpi-project-plugin-formcreator:r:2_13_0]
55
file_filter = locales/<lang>.po
66
source_file = locales/glpi.pot
77
source_lang = en_GB

.tx/config.orig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[glpi-project-plugin-formcreator.2_14_0]
5+
file_filter = locales/<lang>.po
6+
source_file = locales/glpi.pot
7+
source_lang = en_GB
8+
type = PO

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
<a name="2.13.4"></a>
2+
## [2.13.4](https://github.com/pluginsGLPI/formcreator/compare/2.13.3..2.13.4) (2023-01-24)
3+
4+
5+
### Bug Fixes
6+
7+
* handle undefined setting for service catalog homepage ([411ae3597](https://github.com/pluginsGLPI/formcreator/commit/411ae3597))
8+
* typo in french locale ([f61ded17a](https://github.com/pluginsGLPI/formcreator/commit/f61ded17a))
9+
* **abstractitiltarget:** multiple tag questions set but not displayed in designer ([90f2a95d8](https://github.com/pluginsGLPI/formcreator/commit/90f2a95d8))
10+
* **checkboxesfield,multiselectfield:** default value not displayed ([8f36ab726](https://github.com/pluginsGLPI/formcreator/commit/8f36ab726))
11+
* **composite:** ignore link to non existing ticket ([8502d4b16](https://github.com/pluginsGLPI/formcreator/commit/8502d4b16))
12+
* **condition:** allow longer texts ([eecdf8a2a](https://github.com/pluginsGLPI/formcreator/commit/eecdf8a2a))
13+
* **condition:** display of tested question shows wrong item ([5d34da8b4](https://github.com/pluginsGLPI/formcreator/commit/5d34da8b4))
14+
* **condition:** width of question dropdown ([ce0389efd](https://github.com/pluginsGLPI/formcreator/commit/ce0389efd))
15+
* **dropdownfield:** empty SQL IN statement when restricted tickets rights ([5c5244a85](https://github.com/pluginsGLPI/formcreator/commit/5c5244a85))
16+
* **form:** image upload handling in header field ([5dc66a5ef](https://github.com/pluginsGLPI/formcreator/commit/5dc66a5ef))
17+
* **formanswer:** default search filter hides legit access ([2dc9f8e3f](https://github.com/pluginsGLPI/formcreator/commit/2dc9f8e3f))
18+
* **formanswer:** malformed search option ([5339b7912](https://github.com/pluginsGLPI/formcreator/commit/5339b7912))
19+
* **formanswer:** missing newline between sections of fullform tag ([61122bc93](https://github.com/pluginsGLPI/formcreator/commit/61122bc93))
20+
* **formanswer:** temporary disable debug mode ([e9e8da484](https://github.com/pluginsGLPI/formcreator/commit/e9e8da484))
21+
* **formanswer, textfield, textareafield:** escaping ([3e0666d4d](https://github.com/pluginsGLPI/formcreator/commit/3e0666d4d))
22+
* **glpiselectfield:** cannot set empty value by default for entity question ([fe2130bbe](https://github.com/pluginsGLPI/formcreator/commit/fe2130bbe))
23+
* **glpiselectfield:** restore entity restriction for users ([e525b3a82](https://github.com/pluginsGLPI/formcreator/commit/e525b3a82))
24+
* **helpdesk:** better handling of users that can't see tickets ([a93f03126](https://github.com/pluginsGLPI/formcreator/commit/a93f03126))
25+
* **install:** add empty schema for new version ([817a9ec7e](https://github.com/pluginsGLPI/formcreator/commit/817a9ec7e))
26+
* **install:** resync not needed in upgrade to 2.13.4 ([d66a12017](https://github.com/pluginsGLPI/formcreator/commit/d66a12017))
27+
* **install:** typo in method name ([eac5d77ac](https://github.com/pluginsGLPI/formcreator/commit/eac5d77ac))
28+
* **issue:** follow entity change on ticket transfer ([434bd3572](https://github.com/pluginsGLPI/formcreator/commit/434bd3572))
29+
* **issues:** Tooltip consistency with core ([c45d21550](https://github.com/pluginsGLPI/formcreator/commit/c45d21550))
30+
* **question:** subtype plural and appliance in bad group ([1f780370a](https://github.com/pluginsGLPI/formcreator/commit/1f780370a))
31+
* **tagfield:** php warning ([cc4b673a8](https://github.com/pluginsGLPI/formcreator/commit/cc4b673a8))
32+
* **targetticket:** allow more itemtypes to associated elements (#3155) ([cee504c24](https://github.com/pluginsGLPI/formcreator/commit/cee504c24))
33+
* **textfield:** useless HTML entity encode ([c3d03b51e](https://github.com/pluginsGLPI/formcreator/commit/c3d03b51e))
34+
35+
36+
### Features
37+
38+
* drop support for GLPI 10.1 ([a99a8bcb2](https://github.com/pluginsGLPI/formcreator/commit/a99a8bcb2))
39+
* **dropdownfield:** always show ticket id ([0190adac9](https://github.com/pluginsGLPI/formcreator/commit/0190adac9))
40+
* **issue:** access tickets from service catalog ([a6b4f19d0](https://github.com/pluginsGLPI/formcreator/commit/a6b4f19d0))
41+
* **question:** add support for database sub itemtype ([45126012d](https://github.com/pluginsGLPI/formcreator/commit/45126012d))
42+
* **wizard:** selectable home page in service catalog ([95103fe54](https://github.com/pluginsGLPI/formcreator/commit/95103fe54))
43+
44+
145
<a name="2.13.3"></a>
246
## [2.13.3](https://github.com/pluginsGLPI/formcreator/compare/2.13.2..2.13.3) (2022-11-24)
347

locales/ca_ES.mo

47 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)