mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-72321 datafilter: Stop disabling jointype field
This was causing behat test failures due to the test trying to set the disabled jointype field before the filter type was selected.
This commit is contained in:
parent
7d6ed82571
commit
4b160a7c7b
4 changed files with 3 additions and 4 deletions
2
lib/amd/build/datafilter.min.js
vendored
2
lib/amd/build/datafilter.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -203,7 +203,6 @@ export default class {
|
|||
// Update the join list.
|
||||
this.updateJoinList(JSON.parse(filterDataNode.dataset.joinList), filterRow);
|
||||
const joinField = filterRow.querySelector(Selectors.filter.fields.join);
|
||||
joinField.disabled = false;
|
||||
if (!isNaN(filterJoin)) {
|
||||
joinField.value = filterJoin;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue