updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -49,12 +49,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
Object.keys(settings.machineName).forEach(function (source_id) {
|
||||
Object.keys(settings.machineName).forEach(function (sourceId) {
|
||||
var machine = '';
|
||||
var eventData = void 0;
|
||||
var options = settings.machineName[source_id];
|
||||
var options = settings.machineName[sourceId];
|
||||
|
||||
var $source = $context.find(source_id).addClass('machine-name-source').once('machine-name');
|
||||
var $source = $context.find(sourceId).addClass('machine-name-source').once('machine-name');
|
||||
var $target = $context.find(options.target).addClass('machine-name-target');
|
||||
var $suffix = $context.find(options.suffix);
|
||||
var $wrapper = $target.closest('.js-form-item');
|
||||
@@ -88,7 +87,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
eventData = {
|
||||
var eventData = {
|
||||
$source: $source,
|
||||
$target: $target,
|
||||
$suffix: $suffix,
|
||||
|
||||
Reference in New Issue
Block a user