Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libriciel
web-DPO
Commits
699161d9
Commit
699161d9
authored
Nov 22, 2021
by
THEO GUILLON
Browse files
Correction : gestion des modèles pour les formulaires
parent
0c274b15
Pipeline
#20319
passed with stage
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Controller/ModelesController.php
View file @
699161d9
...
...
@@ -220,9 +220,6 @@ class ModelesController extends AppController {
$this
->
Modele
->
join
(
'FormulaireModeleOrganisation'
),
$this
->
Modele
->
FormulaireModeleOrganisation
->
join
(
'Organisation'
)
],
// 'conditions' => [
// 'Formulaire.archive' => false
// ],
'fields'
=>
[
'Modele.id'
,
'Modele.name_modele'
,
...
...
Write
Preview
Supports
Markdown
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