FC18: maisdoc fixed nav link reset bug in pages and sub concepts
This commit is contained in:
parent
0e16c50571
commit
663b927bdb
7 changed files with 77 additions and 36 deletions
|
|
@ -214,6 +214,8 @@ public class MaisDoc {
|
|||
|
||||
public MaisDocConcept findConceptChildByNode(MaisDocNode node) {
|
||||
Class<?> objClass = node.getUserData().getClass();
|
||||
return findConceptByClass(objClass);
|
||||
/*
|
||||
Class<?> parentClass = null;
|
||||
if (node.getParent()!=null) {
|
||||
parentClass = node.getParent().getUserData().getClass();
|
||||
|
|
@ -229,6 +231,7 @@ public class MaisDoc {
|
|||
}
|
||||
}
|
||||
return null;
|
||||
*/
|
||||
}
|
||||
|
||||
public List<MaisDocRemoteClass> getRemoteClasses() {
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ public class MaisDocNavLink {
|
|||
setHref(href);
|
||||
setTitle(title);
|
||||
setText(text);
|
||||
setResetHref(resetHref);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue