Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal
Commits
81eab463
Commit
81eab463
authored
1 week ago
by
Thomas Hamel
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] Privilèges associés aux paramètres n'étaient associés à aucun profil
parent
93675703
No related branches found
Branches containing commit
Tags
9.4.1
Tags containing commit
No related merge requests found
Pipeline
#36780
passed
6 days ago
Stage: prepare
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
doc/release-notes/v9/v9.4.1.md
+12
-0
12 additions, 0 deletions
doc/release-notes/v9/v9.4.1.md
with
13 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
81eab463
...
...
@@ -8,6 +8,7 @@ Journal des modifications
-
[FIX] Module Rapports d'activité : erreur 'invalid iterator' sur la page de création d'un rapport (provoquée par le passage à PHP 8.1+).
-
[FIX] Fiche utilisateur : l'URL du bouton de création de token était erroné.
-
[FIX] Rétablissement de la ressource ACL associée au menu 'Dépôt fichiers divers'.
-
[FIX] Privilèges associés aux paramètres n'étaient associés à aucun profil
9.
4.0
-----
...
...
This diff is collapsed.
Click to expand it.
doc/release-notes/v9/v9.4.1.md
+
12
−
0
View file @
81eab463
...
...
@@ -14,4 +14,16 @@
```
sql
UPDATE
unicaen_renderer_macro
SET
variable_name
=
'admissionConventionFormationDoctorale'
WHERE
code
=
'AdmissionConventionFormationDoctorale#Signataires'
;
select
privilege__grant_privileges_to_profiles
(
'parametrecategorie'
,
ARRAY
[
'parametrecategorie_index'
,
'parametrecategorie_afficher'
,
'parametrecategorie_ajouter'
,
'parametrecategorie_modifier'
,
'parametrecategorie_supprimer'
],
ARRAY
[
'ADMIN_TECH'
]
);
select
privilege__grant_privileges_to_profiles
(
'parametre'
,
ARRAY
[
'parametre_afficher'
,
'parametre_afficher_masquer'
,
'parametre_ajouter'
,
'parametre_modifier'
,
'parametre_supprimer'
,
'parametre_valeur'
],
ARRAY
[
'ADMIN_TECH'
]
);
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment