mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Remove an extra refresh or two.
Fixes row missing data after move.
This commit is contained in:
parent
05a7effdf0
commit
cc11aede69
@ -2161,9 +2161,7 @@ app.classes.mail = AppJS.extend(
|
||||
.sendRequest();
|
||||
var nm = this.et2.getWidgetById(this.nm_index);
|
||||
this.mail_setRowClass(_senders,'deleted');
|
||||
nm.refresh(messages['msg'],'delete')
|
||||
//for (var i = 0; i < messages['msg'].length; i++) egw.dataDeleteUID(messages['msg'][i]);
|
||||
this.mail_refreshMessageGrid();
|
||||
// Server response contains refresh
|
||||
},
|
||||
/**
|
||||
* mail_copy - implementation of the copy action from drag n drop
|
||||
@ -2181,7 +2179,7 @@ app.classes.mail = AppJS.extend(
|
||||
// as the "onNodeSelect" function!
|
||||
egw.json('mail.mail_ui.ajax_copyMessages',[target, messages])
|
||||
.sendRequest();
|
||||
this.mail_refreshMessageGrid();
|
||||
// Server response contains refresh
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user