Merge PR #2890 into 17.0

Signed-off-by pedrobaeza
pull/2911/head
OCA-git-bot 2024-07-24 06:29:25 +00:00
commit e97af448e1
2 changed files with 3 additions and 2 deletions

View File

@ -78,9 +78,9 @@ export class Refresher extends Component {
* @returns {Promise<Boolean>}
*/
async refresh() {
let updated = this._searchModelRefresh();
let updated = await this._pagerRefresh();
if (!updated) {
updated = await this._pagerRefresh();
updated = this._searchModelRefresh();
}
return updated;
}

View File

@ -15,6 +15,7 @@
}
50% {
transform: translateY(10px);
margin-bottom: 10px;
opacity: 0.6;
}
100% {