diff --git a/umap/static/umap/js/umap.tableeditor.js b/umap/static/umap/js/umap.tableeditor.js index c9b4c7fe..6e41e4f1 100644 --- a/umap/static/umap/js/umap.tableeditor.js +++ b/umap/static/umap/js/umap.tableeditor.js @@ -141,6 +141,7 @@ U.TableEditor = L.Class.extend({ this.datalayer.isDirty = true this.datalayer.show() this.edit() + U.Alert.info(L._('Deleted {count} rows', { count: matched.length })) }) }, diff --git a/umap/tests/integration/test_tableeditor.py b/umap/tests/integration/test_tableeditor.py index 154dcd68..9530338a 100644 --- a/umap/tests/integration/test_tableeditor.py +++ b/umap/tests/integration/test_tableeditor.py @@ -8,7 +8,6 @@ from umap.models import DataLayer from ..base import DataLayerFactory - DATALAYER_DATA = { "type": "FeatureCollection", "features": [