Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
madis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
enzo magnier
madis
Commits
f2f08e53
Commit
f2f08e53
authored
4 years ago
by
Alexis Thinardon
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Fix update checkbox on treatment form view See merge request
soluris/madis!177
parents
00370a57
13449384
No related branches found
Branches containing commit
Tags
v1.7.10
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+5
-1
5 additions, 1 deletion
CHANGELOG.md
config/packages/framework.yaml
+1
-1
1 addition, 1 deletion
config/packages/framework.yaml
templates/_Utils/form_theme.html.twig
+1
-1
1 addition, 1 deletion
templates/_Utils/form_theme.html.twig
with
7 additions
and
3 deletions
CHANGELOG.md
+
5
−
1
View file @
f2f08e53
CHANGELOG
=========
## [1.7.9] - 2020-01-06
## [1.7.10] - 2020-10-12
### Changement
-
Correctif des cases à cocher (Mesures de sécurité et confidentialité) lors de la modification d'un traitement.
## [1.7.9] - 2020-10-06
### Changement
-
Ajout des liens pour accéder à la vue de consultation depuis la vue la liste d'un sous-traitant et d'une violation
...
...
This diff is collapsed.
Click to expand it.
config/packages/framework.yaml
+
1
−
1
View file @
f2f08e53
parameters
:
app.version
:
1.7.
9
app.version
:
1.7.
10
framework
:
secret
:
'
%env(APP_SECRET)%'
...
...
This diff is collapsed.
Click to expand it.
templates/_Utils/form_theme.html.twig
+
1
−
1
View file @
f2f08e53
...
...
@@ -62,7 +62,7 @@
{%
block
custom_checkbox_row
-
%}
<div
class=
"col-sm-12 custom-checkbox"
>
<div
class=
"col-sm-1"
>
<input
type=
"checkbox"
id=
"
{{
form.vars.id
}}
"
name=
"
{{
form.vars.full_name
}}
"
value=
"1"
>
<input
type=
"checkbox"
id=
"
{{
form.vars.id
}}
"
name=
"
{{
form.vars.full_name
}}
"
value=
"1"
{%
if
form.vars.data
%}
checked=
"checked"
{%
endif
%}
>
</div>
<div
class=
"col-sm-11"
>
<label
class=
"col-sm-12"
for=
"
{{
form.vars.id
}}
"
>
{{
form.vars.label
|
trans
()
}}
</label>
...
...
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