MDL-73196 mod_bigbluebuttonbn: Fix blocked participant selection
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -184,7 +184,7 @@ const participantListInit = () => {
|
||||
};
|
||||
|
||||
/**
|
||||
* Add rows to the participant list dependingon the current selection.
|
||||
* Add rows to the participant list depending on the current selection.
|
||||
*
|
||||
* @param {string} selectionTypeValue
|
||||
* @param {string} selectionValue
|
||||
@@ -359,9 +359,9 @@ const updateSelectionFromType = (currentTypeSelect) => {
|
||||
|
||||
if (currentTypeSelect.value === 'all') {
|
||||
createNewOption(participantSelect, '---------------', 'all');
|
||||
currentTypeSelect.disabled = true;
|
||||
participantSelect.disabled = true;
|
||||
} else {
|
||||
currentTypeSelect.disabled = false;
|
||||
participantSelect.disabled = false;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user