fixed a recursive style change bug
This commit is contained in:
parent
1a1b9f889a
commit
bbe255a0a1
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
6.0.3
|
||||||
|
- Fixed a recursive style change bug.
|
||||||
|
|
||||||
|
|
||||||
6.0.2
|
6.0.2
|
||||||
- Fixed a bug where visitor contributed items in the USS were editable by all
|
- Fixed a bug where visitor contributed items in the USS were editable by all
|
||||||
visitors.
|
visitors.
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,8 @@ sub _recursivelyChangeProperties {
|
||||||
groupIdEdit => $session{form}{groupIdEdit}
|
groupIdEdit => $session{form}{groupIdEdit}
|
||||||
}) if ($session{form}{recursePrivs});
|
}) if ($session{form}{recursePrivs});
|
||||||
$currentPage->setWithoutRecache({
|
$currentPage->setWithoutRecache({
|
||||||
styleId => $session{form}{styleId}
|
styleId => $session{form}{styleId},
|
||||||
|
printableStyleId => $session{form}{printableStyleId}
|
||||||
}) if ($session{form}{recurseStyle});
|
}) if ($session{form}{recurseStyle});
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue