Search found 3 matches

by HarryOtter
04 Apr 2023, 18:00
Forum: Hilfe
Topic: Dynamisches Feld als Pflicht bei bestimmter Queue
Replies: 1
Views: 848

Re: Dynamisches Feld als Pflicht bei bestimmter Queue

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
by HarryOtter
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 *.
by HarryOtter
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 ...