mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Inviting a Group into a website now creates sandboxes for all user authorities contained within the group
- http://issues.alfresco.com/browse/WCM-76 . AVM file Version History list UI fixes and improvements . Fix to navigation (back and forward links) in AVM file/folder details page . More WCM UI enhancements from the usability review list git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4761 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -186,7 +186,7 @@ public abstract class AVMDetailsBean
|
||||
// reset - it does not know when the item has changed etc.
|
||||
for (int i=0; i<nodes.size(); i++)
|
||||
{
|
||||
if (path.equals(nodes.get(i).get("path")) == true)
|
||||
if (path.equals(nodes.get(i).get("id")) == true)
|
||||
{
|
||||
AVMNode next;
|
||||
// found our item - navigate to next
|
||||
@@ -225,7 +225,7 @@ public abstract class AVMDetailsBean
|
||||
// see above
|
||||
for (int i=0; i<nodes.size(); i++)
|
||||
{
|
||||
if (path.equals(nodes.get(i).get("path")) == true)
|
||||
if (path.equals(nodes.get(i).get("id")) == true)
|
||||
{
|
||||
AVMNode previous;
|
||||
// found our item - navigate to previous
|
||||
|
Reference in New Issue
Block a user