Hallo,
standardmäßig geht das leider nicht.
Es wäre jedoch möglich mit relativ geringen Aufwand ein Add-on zu entwickeln das diese Funktion implementiert.
Viele Grüße
Search found 3 matches
- 04 Apr 2023, 18:00
- Forum: Hilfe
- Topic: Dynamisches Feld als Pflicht bei bestimmter Queue
- Replies: 1
- Views: 848
- 10 Nov 2022, 17:12
- Forum: Hilfe
- Topic: Suche mit Wildcards
- Replies: 1
- Views: 949
Re: Suche mit Wildcards
Hallo Peter,
in der Ticketsuche ist es möglich Wildcards zu setzen, aber keine Bedingungen oder reguläre Ausdrücke.
Eine Wildcard setzt man mit einem *.
in der Ticketsuche ist es möglich Wildcards zu setzen, aber keine Bedingungen oder reguläre Ausdrücke.
Eine Wildcard setzt man mit einem *.
- 10 Nov 2022, 16:57
- Forum: Help
- Topic: Admin tab is not visible but getting Message: No Permission to use this frontend module!
- Replies: 12
- Views: 4281
Re: Admin tab is not visible but getting Message: No Permission to use this frontend module!
Hi,
DefaultSettingListGet tries to get a setting which is encoded in YAML format.
The YAML format is not decodeable by YAML::XS or others so the pure-perl YAML module is used instead.
It is not possible to know which setting is the source of the error just by reading this log though.
Did the ...
DefaultSettingListGet tries to get a setting which is encoded in YAML format.
The YAML format is not decodeable by YAML::XS or others so the pure-perl YAML module is used instead.
It is not possible to know which setting is the source of the error just by reading this log though.
Did the ...