chg: Internal reference category attributes should always default to your org only

pull/1476/head
iglocska 2016-08-24 15:19:57 +02:00
parent 8f528ae881
commit e4a4a90d07
2 changed files with 8 additions and 0 deletions

View File

@ -207,6 +207,10 @@ $(document).ready(function() {
} else {
$("#warning-message").hide();
}
if (select.value === 'Internal reference') {
$("#AttributeDistribution").val('0');
$('#SGContainer').hide();
}
}
var $e = $(e.target);
$('#'+e.currentTarget.id).popover('destroy');

View File

@ -163,6 +163,10 @@ $(document).ready(function() {
} else {
$("#warning-message").hide();
}
if (select.value === 'Internal reference') {
$("#AttributeDistribution").val('0');
$('#SGContainer').hide();
}
}
var $e = $(e.target);
$('#'+e.currentTarget.id).popover('destroy');