wip: display a message after deleting rows

This commit is contained in:
Yohan Boniface 2024-07-03 14:19:50 +02:00
parent 0c314f94a8
commit ba69bf556c
2 changed files with 1 additions and 1 deletions

View file

@ -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 }))
})
},

View file

@ -8,7 +8,6 @@ from umap.models import DataLayer
from ..base import DataLayerFactory
DATALAYER_DATA = {
"type": "FeatureCollection",
"features": [