mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Avoid removal on drag&drop field
This commit is contained in:
@@ -78,7 +78,6 @@ odoo.define('bi_view_editor', function (require) {
|
||||
drop: function (event, ui) {
|
||||
self.add_field(ui.draggable);
|
||||
ui.draggable.draggable('option', 'revert', false );
|
||||
ui.draggable.remove();
|
||||
}
|
||||
});
|
||||
if (!this.get("effective_readonly")) {
|
||||
|
||||
Reference in New Issue
Block a user