Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gestion des droits géographiques : doc incomplète + lien hs #650

Closed
Doctor-Who opened this issue Apr 8, 2022 · 6 comments
Closed

Gestion des droits géographiques : doc incomplète + lien hs #650

Doctor-Who opened this issue Apr 8, 2022 · 6 comments
Milestone

Comments

@Doctor-Who
Copy link

Bonjour,

Sur la gestion du filtrage géographique, la doc est encore incomplète. (https://docs.georchestra.org/cadastrapp/latest/guide_administrateur/configuration_webapp.html#gestion-des-droits-geographiques)

De plus, sur cette même page, le lien est HS : https://github.com/georchestra/cadastrapp/blob/master/script/commun/user/README.md

Merci de votre aide. Besoin de pouvoir limiter la recherche sur un département pour un organisme.

@jusabatier
Copy link
Collaborator

Bonjour,

En effet pour la doc il semble y avoir un trou.

Depuis cette PR : #571
Il est possible, en activant la fonction (https://github.com/georchestra/cadastrapp/tree/master/database#si-on-souhaite-remonter-les-autorisations-geographiques-depuis-les-groupes-georchestra) de configurer le filtrage geographique via la zone de compétence de l'organisation depuis la console georchestra.

Sinon, il me semble qu'en ajoutant une ligne dans la table groupe_autorisation il est possible de configurer l'accès à une commune ou un département pour un role/organisation donné.

Exemple :

INSERT INTO cadastrapp.groupe_autorisation(idgroup,ccodep) VALUES ('ROLE_EXEMPLE','043');

ou eventuellement

INSERT INTO cadastrapp.groupe_autorisation(idgroup,ccodep) VALUES ('ORGSHORTNAME','043');

@MaelREBOUX
Copy link
Member

Bonjour,

Vous pouvez pousser une PR sur la doc ?
Au pire : mettre ici le complément de doc et je me chargerai de modifier la doc.

Merci d'avance.

@jusabatier
Copy link
Collaborator

Sue quelle doc en fait ?

J'ai jamais compris laquelle était "officielle"

@landryb
Copy link
Member

landryb commented May 11, 2022

@jusabatier
Copy link
Collaborator

Du coup on peut clôturer ?

@landryb
Copy link
Member

landryb commented Jul 29, 2022

bien vu, merci pour le rappel :)

@landryb landryb closed this as completed Jul 29, 2022
@MaelREBOUX MaelREBOUX added this to the v 2.1 milestone Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants