mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
[DS-1136] Breadcrumb trail incorrect for community/collection browse and statistics (missing @params on methods)
This commit is contained in:
@@ -149,6 +149,7 @@ public class HandleUtil
|
|||||||
*
|
*
|
||||||
* @param dso the DSpace who's parents we wil add to the pageMeta
|
* @param dso the DSpace who's parents we wil add to the pageMeta
|
||||||
* @param pageMeta the object to which we link our trial
|
* @param pageMeta the object to which we link our trial
|
||||||
|
* @param contextPath The context path
|
||||||
*/
|
*/
|
||||||
public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta,
|
public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta,
|
||||||
String contextPath) throws SQLException, WingException
|
String contextPath) throws SQLException, WingException
|
||||||
@@ -169,6 +170,8 @@ public class HandleUtil
|
|||||||
*
|
*
|
||||||
* @param dso the DSpace who's parents we wil add to the pageMeta
|
* @param dso the DSpace who's parents we wil add to the pageMeta
|
||||||
* @param pageMeta the object to which we link our trial
|
* @param pageMeta the object to which we link our trial
|
||||||
|
* @param contextPath The context path
|
||||||
|
* @param linkOriginalObject whether or not to make a link of the original object
|
||||||
*/
|
*/
|
||||||
public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta,
|
public static void buildHandleTrail(DSpaceObject dso, PageMeta pageMeta,
|
||||||
String contextPath, boolean linkOriginalObject) throws SQLException, WingException
|
String contextPath, boolean linkOriginalObject) throws SQLException, WingException
|
||||||
|
Reference in New Issue
Block a user