TT#38602 Conversations: Fix the reset process to be able to reload the list properly

Change-Id: I496f209c39ab815b24077b6e4578f481937d232f
changes/13/21913/4
Hans-Peter Herzog 7 years ago
parent 858f8121c7
commit 57957c8957

@ -141,6 +141,7 @@ export default {
resetList(state) {
state.items = [];
state.currentPage = 0;
state.lastPage = null;
},
nextPageRequesting(state) {
state.nextPageState = RequestState.requesting;
@ -176,6 +177,7 @@ export default {
}
},
actions: {
downloadVoiceMail(context, id) {
context.commit('downloadVoiceMailRequesting');
downloadVoiceMail(id).then(()=>{

Loading…
Cancel
Save