Bug 814799 - Invite Attendees dialog: lists do not work, only first list member is added. r=mmecca
This commit is contained in:
Родитель
56c3232402
Коммит
94ef7c891f
|
@ -715,7 +715,7 @@
|
|||
roleStatusIcon.setAttribute("class", "role-icon");
|
||||
roleStatusIcon.setAttribute("role", newAttendee.role);
|
||||
|
||||
let userTypeIcon = document.getAnonymousElementByAttribute(listitem, "anonid", "userstatus-icon");
|
||||
let userTypeIcon = document.getAnonymousElementByAttribute(listitem, "anonid", "usertype-icon");
|
||||
userTypeIcon.removeAttribute("disabled");
|
||||
userTypeIcon.setAttribute("id", "attendeeCol2#" + rowNumber);
|
||||
userTypeIcon.setAttribute("cutype", newAttendee.userType);
|
||||
|
|
Загрузка…
Ссылка в новой задаче