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
1e68baae
Commit
1e68baae
authored
Jan 14, 2022
by
tguillon
Browse files
Correction : Visualisation d'un formulaire avec un RT externe
parent
0fcafc06
Pipeline
#21485
passed with stage
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Controller/FormulairesController.php
View file @
1e68baae
...
...
@@ -1206,7 +1206,7 @@ class FormulairesController extends AppController
];
if
(
empty
(
$this
->
request
->
data
))
{
if
(
empty
(
$this
->
request
->
data
)
||
$this
->
request
->
params
[
'action'
]
===
'show'
)
{
if
(
$formulaireOLD
===
false
&&
$this
->
request
->
params
[
'action'
]
===
'edit'
||
$this
->
request
->
params
[
'action'
]
===
'show'
)
{
$this
->
request
->
data
=
$this
->
Formulaire
->
find
(
'first'
,
[
'conditions'
=>
[
...
...
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