Fixed a typo

pull/10/head
Jens Pelzetter 2021-03-25 20:08:27 +01:00
parent c2bce08eef
commit 6e98817611
1 changed files with 1 additions and 1 deletions

View File

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