mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix Et2LinkEntry/Et2LinkSearch still showed "??", after link_title returned the title
This commit is contained in:
parent
e9af38081e
commit
e54fbaffb1
@ -115,6 +115,8 @@ export class Et2LinkSearch extends Et2Select
|
||||
item.textContent = title;
|
||||
item.classList.remove("loading");
|
||||
}
|
||||
// update the displayed text
|
||||
this.syncItemsFromValue();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user