Skip to content

Commit 092576c

Browse files
committed
URL PATH of Actions - Controller Methods Refactoring
1 parent c54fd5c commit 092576c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/org/woehlke/simpleworklist/breadcrumb/Breadcrumb.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ public Breadcrumb(Locale locale) {
3535
this.breadcrumb = breadcrumb;
3636
}
3737

38+
public int size(){
39+
return breadcrumb.size();
40+
}
41+
3842
public void addProjectRoot(){
39-
String urlProject = "/project/0";
43+
String urlProject = "/project/root";
4044
String name;
4145
if(this.locale == Locale.GERMAN){
4246
name = "Projekte";

0 commit comments

Comments
 (0)