3liz / lizmap-plugin

Lizmap plugin for QGIS, allowing to publish QGIS maps to Lizmap Web Client
https://www.lizmap.com/
GNU General Public License v2.0
62 stars 30 forks source link

layer editing - acl #75

Open josemvm opened 7 years ago

josemvm commented 7 years ago

hi

i' ve this acl in my project:

acl

how can i, as admin user, have all other permissions on same project?

josemvm commented 7 years ago

in other words, a group with permissions only to create and another group with all the permissions (?)

mdouchin commented 7 years ago

have you trie to add the same layer with other groups, like

observa    True    False   False   False   Anonymous
observa    True    True    True    True   super_group

@rldhont and myself have not yet tried, but it could work if the groups in both lines are exclusive. Really not sure about it though. Thanks in advance for your review

josemvm commented 7 years ago

it's not possible to add more than one acl by layer...

mdouchin commented 7 years ago

In fact this is not so simple, since the plugin

We should remove redondant code for each table, and find a way to allow the addtion of the same edition layer twice or more in the plugin, and keep only one in the web client via rights managment.

josemvm commented 7 years ago

hi @mdouchin

this improvement would be greatly appreciated if it could be integrated in upcoming 3.1

many thanks in advance

Gustry commented 1 year ago

As a workaround for that, I add the layer twice (this should be a limited usage, because it overloads QGIS server), or I made a administration project for that.