Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-DPO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libriciel
web-DPO
Commits
cf65b8a8
Commit
cf65b8a8
authored
Oct 21, 2020
by
Théo GUILLON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction : droits obligatoire pour le profil "DPO" (patch sql)
Correction : changement d'entité via la pop-up
parent
c379f840
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
60 additions
and
5 deletions
+60
-5
.env
.env
+1
-1
CHANGELOG.md
CHANGELOG.md
+11
-0
VERSION.txt
VERSION.txt
+1
-1
app/Config/Schema/CreationBase/patchs/2.0.0_to_2.0.1.sql
app/Config/Schema/CreationBase/patchs/2.0.0_to_2.0.1.sql
+42
-0
app/View/Layouts/default.ctp
app/View/Layouts/default.ctp
+3
-1
bower.json
bower.json
+1
-1
composer.json
composer.json
+1
-1
No files found.
.env
View file @
cf65b8a8
...
...
@@ -4,6 +4,6 @@ DB_PASSWORD=webdpo
DB_APP_NAME=webdpo
DB_TEST_NAME=webdpo_test
ADD_DATA_DEV=
1
ADD_DATA_DEV=
0
TZ=Europe/Paris
CHANGELOG.md
View file @
cf65b8a8
...
...
@@ -3,6 +3,17 @@
Toutes les modifications apportées au projet seront documentées dans ce fichier.
Le format est basé sur le modèle
[
Keep a Changelog
](
http://keepachangelog.com/
)
et adhère aux principes du
[
Semantic Versioning
](
http://semver.org/
)
.
[2.0.1] - 21-10-2020
=====
### Ajouts
### Evolutions
### Corrections
-
Correction des droits obligatoire pour le profil "DPO" (patch sql)
-
Correction sur l'erreur lors du changement d'entité via la pop-up
[2.0.0] - 18-09-2020
=====
...
...
VERSION.txt
View file @
cf65b8a8
2.0.
0
2.0.
1
app/Config/Schema/CreationBase/patchs/2.0.0_to_2.0.1.sql
0 → 100644
View file @
cf65b8a8
BEGIN
;
INSERT
INTO
role_droits
(
role_id
,
liste_droit_id
)
SELECT
roles
.
id
,
liste_droits
.
id
FROM
roles
INNER
JOIN
liste_droits
ON
(
1
=
1
)
WHERE
roles
.
libelle
=
'DPO'
AND
liste_droits
.
libelle
IN
(
'Créer un article dans la FAQ'
,
'Modifier un article dans la FAQ'
,
'Consulter la FAQ'
,
'Supprimer un article dans la FAQ'
,
'Gestion du typage des annexes'
,
'Consulter tous les traitements dans l
''
entité'
,
'Gestion des co-responsables lors de la déclaration d
''
un traitement'
,
'Gestion des sous-traitants lors de la déclaration d
''
un traitement'
)
ORDER
BY
roles
.
id
,
liste_droits
.
id
;
INSERT
INTO
droits
(
organisation_user_id
,
liste_droit_id
,
created
,
modified
)
SELECT
organisations_users
.
id
,
liste_droits
.
id
,
NOW
(),
NOW
()
FROM
organisations_users
INNER
JOIN
liste_droits
ON
(
1
=
1
)
WHERE
(
organisations_users
.
organisation_id
,
organisations_users
.
user_id
)
IN
(
SELECT
organisations
.
id
,
organisations
.
dpo
FROM
organisations
WHERE
organisations
.
dpo
IS
NOT
NULL
)
AND
liste_droits
.
libelle
IN
(
'Créer un article dans la FAQ'
,
'Modifier un article dans la FAQ'
,
'Consulter la FAQ'
,
'Supprimer un article dans la FAQ'
,
'Gestion du typage des annexes'
,
'Consulter tous les traitements dans l
''
entité'
,
'Gestion des co-responsables lors de la déclaration d
''
un traitement'
,
'Gestion des sous-traitants lors de la déclaration d
''
un traitement'
)
ORDER
BY
organisations_users
.
id
,
liste_droits
.
id
;
COMMIT
;
app/View/Layouts/default.ctp
View file @
cf65b8a8
...
...
@@ -706,7 +706,9 @@
if ($modalSelectOrganisations === true) {
// Pop-up pour administrer une entité
echo $this->element('Default/modalChangeEntite');
echo $this->element('Default/modalChangeEntite', [
'listeMesOrganisation' => $listeMesOrganisation
]);
}
?>
...
...
bower.json
View file @
cf65b8a8
{
"name"
:
"webdpo"
,
"description"
:
"Gestion de vos traitements dans le cadre de la réglementation relative à la protection des données personnelles (RGPD)"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"directory"
:
"app/webroot/js/"
,
"authors"
:
[
"Théo GUILLON <theo.guillon@libriciel.coop>"
...
...
composer.json
View file @
cf65b8a8
{
"name"
:
"web-dpo/web-dpo"
,
"description"
:
"Gestion de vos traitements dans le cadre de la réglementation relative à la protection des données personnelles (RGPD)"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"authors"
:
[
{
"name"
:
"Théo GUILLON"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment