Merge branch 'master' into addressbook

This commit is contained in:
the-djmaze 2022-07-26 10:11:48 +02:00
commit 9861d1bf78
4 changed files with 5 additions and 5 deletions

View file

@ -754,7 +754,7 @@ export class ComposePopupView extends AbstractViewPopup {
}
// getAutocomplete
emailsSource(oData, fResponse) {
emailsSource(value, fResponse) {
Remote.request('Suggestions',
(iError, data) => {
if (!iError && isArray(data.Result)) {
@ -767,7 +767,7 @@ export class ComposePopupView extends AbstractViewPopup {
}
},
{
Query: oData.term
Query: value
// ,Page: 1
},
null,