eamena-project / eamena-arches-dev

development repository of the EAMENA Arches-powered database platform
https://eamena.org/home
GNU Affero General Public License v3.0
5 stars 3 forks source link

User Permissions #22

Open zoometh opened 1 year ago

zoometh commented 1 year ago

These permissions do not allow an active user to edit (add, remove, change) an Heritage Place geometry

image

The user interface displays a greyed-out menu (bottom right)

image

zoometh commented 1 year ago

For example:

{
   "type": "FeatureCollection",
   "features": [
      {
         "geometry": {
            "coordinates": [
               51.88525,
               33.29891
            ],
            "type": "Point"
         },
         "properties": {
            "nodeId": "5348cf67-c2c5-11ea-9026-02e7594ce0a0"
         },
         "type": "Feature",
         "id": "51f6a880-b7fe-4871-8253-9690b761a2a9"
      }
   ]
}

EAMENA-0216147

image

Allows to edit the GeoJSON (Green Box), but not to move the POINT itslef

zoometh commented 1 year ago

The same problem occurs in the Card UI editor, with gray squares appearing at the bottom of the form (circled in red here)

image