6.0.0-alpha14
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/3/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5144] Adding contacts to a new list fails
*
Your Email Address
*
Spam protection
Enter the letters below:
._..___.__.. ..__ | [__ [__]|\ |[__) _|_[___| || \|[__)
Comment
> I try to add a contact to a new list. Turba asks me for the name of > that new list and after entering the name and submitting the window > nothing happens. > > In my error console (Firefox 2.0.0.3) the following error occurs: > > > > document.contacts.source has no properties > > > > This ist the function where it fails: > > function Add(select) > > { > > if (!AnySelected()) { > > window.alert('Sie müssen erst mindestens einen Eintrag auswählen.'); > > return false; > > } > > > > key = select[select.selectedIndex].value; > > if (key == '') { > > alert('Sie müssen erst eine Zielliste angeben.'); > > return false; > > } > > > > if (key.indexOf(':') == -1 || key.lastIndexOf(':') == key.length - 1) { > > var newList = window.prompt('Bitte einen Namen für die neue > Kontakliste angeben:\n', ''); > > if (newList != null && newList != '') { > > if (key.lastIndexOf(':') == key.length - 1) { > > key = key.substr(0, key.length - 1); > > } > > document.contacts.source.value = key; > <----------------------------------- > > document.contacts.targetNew.value = 1; > > document.contacts.targetList.value = newList; > > } else { > > return false; > > } > > } else { > > document.contacts.targetList.value = key; > > } > > > > Submit('add'); > > } > > > > I upgraded to 2.1.4 some days ago.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers