mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-04-11 17:48:19 +02: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();
|
.sendRequest();
|
||||||
var nm = this.et2.getWidgetById(this.nm_index);
|
var nm = this.et2.getWidgetById(this.nm_index);
|
||||||
this.mail_setRowClass(_senders,'deleted');
|
this.mail_setRowClass(_senders,'deleted');
|
||||||
nm.refresh(messages['msg'],'delete')
|
// Server response contains refresh
|
||||||
//for (var i = 0; i < messages['msg'].length; i++) egw.dataDeleteUID(messages['msg'][i]);
|
|
||||||
this.mail_refreshMessageGrid();
|
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* mail_copy - implementation of the copy action from drag n drop
|
* mail_copy - implementation of the copy action from drag n drop
|
||||||
@ -2181,7 +2179,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
// as the "onNodeSelect" function!
|
// as the "onNodeSelect" function!
|
||||||
egw.json('mail.mail_ui.ajax_copyMessages',[target, messages])
|
egw.json('mail.mail_ui.ajax_copyMessages',[target, messages])
|
||||||
.sendRequest();
|
.sendRequest();
|
||||||
this.mail_refreshMessageGrid();
|
// Server response contains refresh
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user