Fixed a typo
parent
c2bce08eef
commit
6e98817611
|
|
@ -208,7 +208,7 @@ public class CategorizationStep implements MvcAuthoringStep {
|
||||||
updateAssignedCategories(domain.getRoot(), assignedCategoriesParam);
|
updateAssignedCategories(domain.getRoot(), assignedCategoriesParam);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"/%s@documents/%s/@authoringsteps/%s",
|
"redirect:/%s/@documents/%s/@authoringsteps/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue