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

No need to check CNIL level when CSV exporting a list of parcelles (#… #353

Merged
merged 1 commit into from
Sep 15, 2017

Conversation

landryb
Copy link
Member

@landryb landryb commented Sep 14, 2017

…343)

@@ -563,9 +563,6 @@ public Response exportParcellesAsSCV(
// Create empty content
ResponseBuilder response = Response.noContent();

// User need to be at least CNIL1 level
if (getUserCNILLevel(headers)>0){

String entete = "Identifiant de parcelle;Commune;dnvoiri;dindic;cconvo;dvoilib;ccopre;ccosec;N° de plan;Contenance DGFiP en m²";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heterogeneous naming ! Must correct this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well what are you proposing instead ?

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

Successfully merging this pull request may close these issues.

2 participants