. 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:
Kevin Roast
2007-01-09 12:22:38 +00:00
parent 844e8b2e70
commit 0d43590417
7 changed files with 101 additions and 56 deletions

View File

@@ -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