mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:18 +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.textContent = title;
|
||||||
item.classList.remove("loading");
|
item.classList.remove("loading");
|
||||||
}
|
}
|
||||||
|
// update the displayed text
|
||||||
|
this.syncItemsFromValue();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user