Fixed
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Metal Ring
Metal RingReporter
Metal Ring
Metal RingLabels
Environment
Chrome, Firefox, Internet Explorer
Created November 7, 2014 at 5:48 AM
Updated November 23, 2014 at 1:20 PM
Resolved November 19, 2014 at 4:04 AM
Adding users to any sections is not working. It is showing a javascript error at the browser console:
Uncaught TypeError: Cannot read property 'options' of undefined
It seems that availableUsers variable is null in this code of sections.js:
function addUser(){
var count = 0;
var selectedArray = new Array();
for (var i=0; i<availableUsers.options.length; i++) {
See the screenshot.