jQuery Fehler bei TimeAccounting 2.1.1

Hilfe zu Znuny Problemen aller Art
Locked
marv
Znuny newbie
Posts: 10
Joined: 16 Feb 2012, 14:27
Znuny Version: 3.0

jQuery Fehler bei TimeAccounting 2.1.1

Post by marv »

Hi,

nachdem ich OTRS von 3.0.x auf 3.1.1 upgedatetet hatte habe ich beim TimeAccoutning Modul folgenden Fehler:

Code: Select all

$("<button type='button'>&nbsp;</button>").attr("tabIndex", - 1).attr("title", this.options.Lang.ShowAllItems).attr("id", this.options.IDPrefixButton + $Select[0].id).insertAfter($Input).button is not a function

(?)()@http://192.168.2.61/otrs-web/js/thirdparty/jquery-combobox/jquery-combobox.js:109
widget([object Object],[object HTMLSelectElement])@http://192.168.2.61/otrs-web/js/thirdparty/jquery-ui-1.8.16/jquery-ui.js:31
Widget([object Object],[object HTMLSelectElement])@http://192.168.2.61/otrs-web/js/thirdparty/jquery-ui-1.8.16/jquery-ui.js:29
_getCreateOptions(0,[object HTMLSelectElement])@http://192.168.2.61/otrs-web/js/thirdparty/jquery-ui-1.8.16/jquery-ui.js:30
trigger([object Object],(function () {var g = b.data(this, a);g ? g.option(d || {})._init() : b.data(this, a, new c(d, this));}),(void 0))@http://192.168.2.61/otrs-web/js/thirdparty/jquery-1.6.4/jquery.js:2
trigger((function () {var g = b.data(this, a);g ? g.option(d || {})._init() : b.data(this, a, new c(d, this));}))@http://192.168.2.61/otrs-web/js/thirdparty/jquery-1.6.4/jquery.js:2
_getCreateOptions([object Object])@http://192.168.2.61/otrs-web/js/thirdparty/jquery-ui-1.8.16/jquery-ui.js:30
Init(".ProjectSelection",[object Object])@http://192.168.2.61/otrs-web/js/Core.UI.ComboBox.js:37
InitAutoCompletion([object Object])@http://192.168.2.61/otrs-web/js/TimeAccounting.Agent.EditTimeRecords.js:92
(?)([object Object])@http://192.168.2.61/otrs-web/js/TimeAccounting.Agent.EditTimeRecords.js:352
(?)()@http://192.168.2.61/otrs/index.pl?Action=AgentTimeAccounting;Subaction=Edit;Session=10d0b56c343672cb11b23599a037b7ba3a:2680
Ready((function (a, b) {return new e.fn.init(a, b, h);}))@http://192.168.2.61/otrs-web/js/Core.App.js:74
trigger([object HTMLDocument],[object Array])@http://192.168.2.61/otrs-web/js/thirdparty/jquery-1.6.4/jquery.js:2
trigger()@http://192.168.2.61/otrs-web/js/thirdparty/jquery-1.6.4/jquery.js:2
trigger([object Event])@http://192.168.2.61/otrs-web/js/thirdparty/jquery-1.6.4/jquery.js:2
Der Fehler tritt auf wenn ein Agent im TimeAccounting die Seite aufruft in der er Zeiten eintragen kann:

/index.pl?Action=AgentTimeAccounting;Subaction=Edit


Der Fehler tritt nicht auf, wenn man unter

TimeAccounting -> Frontend::Agent -> TimeAccounting::EnableAutoCompletion

auf "Nein" setzt.

Kann das jmd bestaetigen?
Und hat jmd eine Idee wie man das beheben kann?

(Hinweis: Bei Version 3.1.2 gibt es einen aehnlichen Fehler, allerdings da schon bei der Anmeldeseite.
viewtopic.php?f=63&t=14624
OTRS Live: 3.0
OTRS Test: 3.1.1
Windows 2k3
Apache/MySQL
Locked