fixed: Template parser cannot be set
This commit is contained in:
parent
0bf47be7f4
commit
c0d7357429
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
7.7.9
|
||||
- fixed: Reverted bugfix for 10409 and changed the hover help to reflect the correct way to build list-type form controls in the MetaData.
|
||||
- fixed: Template parser cannot be set
|
||||
|
||||
7.7.8
|
||||
- fixed: Basic Auth doesn't work if password contains colon (Arjan Widlak,
|
||||
|
|
|
|||
|
|
@ -619,6 +619,10 @@ sub processPropertiesFromFormPost {
|
|||
$data{extraHeadTags} = '';
|
||||
}
|
||||
|
||||
if ($needsUpdate) {
|
||||
$self->update(\%data);
|
||||
}
|
||||
|
||||
### Template attachments
|
||||
my $f = $self->session->form;
|
||||
my $p = $f->paramsHashRef;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue