Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
11d279d9
Commit
11d279d9
authored
Nov 07, 2013
by
David Metzler
Browse files
#2122853
Altering parameter form won't collapse.
parent
65a90db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.module
View file @
11d279d9
...
...
@@ -464,7 +464,7 @@ function forena_parameter_form($formid, &$form_state, $parameters, $attributes=
$desc
=
$form_state
[
'storage'
][
'desc'
];
$report_name
=
@
$desc
[
'name'
];
$collapse
=
isset
(
$attributes
[
'collapse'
])
?
$attributes
[
'collapse'
]
:
FALSE
;
$collapse
=
isset
(
$attributes
[
'collapse
d
'
])
?
$attributes
[
'collapse
d
'
]
:
FALSE
;
if
(
isset
(
$form_state
[
'values'
]))
{
$collapse
=
FALSE
;
$parms
=
array_merge
(
$parms
,
$form_state
[
'values'
][
'params'
]);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment