A javascript change not previsously merged in from branch/yaco/liaison/.
- Legacy-Id: 3027
This commit is contained in:
parent
400fe65726
commit
fcaec522dc
|
@ -207,6 +207,9 @@
|
|||
var updateInfo = function() {
|
||||
var entity = organization;
|
||||
var to_entity = from;
|
||||
if (!entity.is('select') || !to_entity.is('select')) {
|
||||
return false;
|
||||
}
|
||||
var url = config.info_update_url;
|
||||
$.ajax({
|
||||
url: url,
|
||||
|
|
Loading…
Reference in a new issue