bugfix [ 1028446 ] Can't copy Navigation
This commit is contained in:
parent
b65ddaf8f0
commit
930368341e
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
- bugfix [ 1028746 ] All pages shown as Roots & PageTree not working
|
- bugfix [ 1028746 ] All pages shown as Roots & PageTree not working
|
||||||
- bugfix [ 1028561 ] Manage Users - Next Page Link Broken
|
- bugfix [ 1028561 ] Manage Users - Next Page Link Broken
|
||||||
- bugfix [ 1028494 ] Folder not shown in Manage Collateral
|
- bugfix [ 1028494 ] Folder not shown in Manage Collateral
|
||||||
|
- bugfix [ 1028446 ] Can't copy Navigation
|
||||||
|
|
||||||
|
|
||||||
6.2.2
|
6.2.2
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ sub www_copyNavigation {
|
||||||
WebGUI::SQL->write("insert into Navigation (navigationId, identifier, depth, method, startAt, stopAtLevel,
|
WebGUI::SQL->write("insert into Navigation (navigationId, identifier, depth, method, startAt, stopAtLevel,
|
||||||
templateId, showSystemPages, showHiddenPages, showUnprivilegedPages,
|
templateId, showSystemPages, showHiddenPages, showUnprivilegedPages,
|
||||||
reverse)
|
reverse)
|
||||||
values (".WebGUI::Id::generate().",
|
values (".quote(WebGUI::Id::generate()).",
|
||||||
".quote($navigation{identifier}.' (copy)').", $navigation{depth}, ".quote($navigation{method}).
|
".quote($navigation{identifier}.' (copy)').", $navigation{depth}, ".quote($navigation{method}).
|
||||||
", ".quote($navigation{startAt}).", $navigation{stopAtLevel}, ".quote($navigation{templateId}).",
|
", ".quote($navigation{startAt}).", $navigation{stopAtLevel}, ".quote($navigation{templateId}).",
|
||||||
$navigation{showSystemPages}, $navigation{showHiddenPages},$navigation{showUnprivilegedPages},
|
$navigation{showSystemPages}, $navigation{showHiddenPages},$navigation{showUnprivilegedPages},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue