From e4594b31640673401c762dca6a0e0892e4f7440c Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Mon, 31 Jan 2022 16:03:50 +0100 Subject: [PATCH 1/2] =?UTF-8?q?fix(carto):=20remove=20of=20'Conseillers=20?= =?UTF-8?q?num=C3=A9rique'=20checkbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../structure-list-search.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/structure-list/components/structure-list-search/structure-list-search.component.html b/src/app/structure-list/components/structure-list-search/structure-list-search.component.html index 254eff125..844590f9f 100644 --- a/src/app/structure-list/components/structure-list-search/structure-list-search.component.html +++ b/src/app/structure-list/components/structure-list-search/structure-list-search.component.html @@ -108,7 +108,8 @@ </label> </div> </div> - <div class="checkbox no-width"> + <!-- Temporary remove because of user consideration issue --> + <!-- <div class="checkbox no-width"> <div class="checkboxItem"> <label fxLayout="row" fxLayoutAlign="center center"> <input @@ -123,7 +124,7 @@ <div class="label pass">Conseiller numérique</div> </label> </div> - </div> + </div> --> <a routerLink="/create-structure" tabindex="0">Ajouter une structure</a> </div> </div> -- GitLab From 6a4fa98b8a192cf894b49a69492ef568ad7650aa Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Mon, 31 Jan 2022 16:04:33 +0100 Subject: [PATCH 2/2] chore(release): 1.11.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b90d7719..54bd7acc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.11.1](https://forge.grandlyon.com///compare/v1.11.0...v1.11.1) (2022-01-31) + + +### Bug Fixes + +* **carto:** remove of 'Conseillers numérique' checkbox ([e4594b3](https://forge.grandlyon.com///commit/e4594b31640673401c762dca6a0e0892e4f7440c)) + ## [1.11.0](https://forge.grandlyon.com///compare/v1.10.0...v1.11.0) (2022-01-12) diff --git a/package-lock.json b/package-lock.json index f08d17309..4017a21da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pamn", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afd4b1445..9d177a23d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pamn", - "version": "1.11.0", + "version": "1.11.1", "scripts": { "ng": "ng", "start": "ng serve --configuration=fr --proxy-config proxy.conf.json", -- GitLab