bugfixes
This commit is contained in:
parent
28323b9f54
commit
b65ddaf8f0
5 changed files with 7 additions and 3 deletions
|
|
@ -2,6 +2,9 @@
|
|||
- Changed to new POD format.
|
||||
- Fixed GUID related bugs in search indexer and passive profiling.
|
||||
- Fixed a bug in page tree where indenting wasn't working.
|
||||
- bugfix [ 1028746 ] All pages shown as Roots & PageTree not working
|
||||
- bugfix [ 1028561 ] Manage Users - Next Page Link Broken
|
||||
- bugfix [ 1028494 ] Folder not shown in Manage Collateral
|
||||
|
||||
|
||||
6.2.2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
insert into webguiVersion values ('6.2.3','upgrade',unix_timestamp());
|
||||
update collateralFolder set parentId='-1' where parentId='0';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue