Fixed typos
parent
ca520a11c0
commit
12b8f59b76
|
|
@ -197,7 +197,7 @@ public class MvcArticlePropertiesStep implements MvcAuthoringStep {
|
||||||
itemRepo.save(document);
|
itemRepo.save(document);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"redirect:/@documents/%s/%s/@edit/%s",
|
"redirect:%s/@documents/%s/@edit/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
@ -216,7 +216,7 @@ public class MvcArticlePropertiesStep implements MvcAuthoringStep {
|
||||||
itemRepo.save(document);
|
itemRepo.save(document);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"redirect:/@documents/%s/%s/@edit/%s",
|
"redirect:%s/@documents/%s/@edit/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
@ -234,7 +234,7 @@ public class MvcArticlePropertiesStep implements MvcAuthoringStep {
|
||||||
itemRepo.save(document);
|
itemRepo.save(document);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"redirect:/@documents/%s/%s/@edit/%s",
|
"redirect:%s/@documents/%s/@edit/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
@ -279,7 +279,7 @@ public class MvcArticlePropertiesStep implements MvcAuthoringStep {
|
||||||
itemRepo.save(document);
|
itemRepo.save(document);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"redirect:/@documents/%s/%s/@edit/%s",
|
"redirect:%s/@documents/%s/@edit/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
@ -298,7 +298,7 @@ public class MvcArticlePropertiesStep implements MvcAuthoringStep {
|
||||||
itemRepo.save(document);
|
itemRepo.save(document);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"redirect:/@documents/%s/%s/@edit/%s",
|
"redirect:%s/@documents/%s/@edit/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
@ -316,7 +316,7 @@ public class MvcArticlePropertiesStep implements MvcAuthoringStep {
|
||||||
itemRepo.save(document);
|
itemRepo.save(document);
|
||||||
|
|
||||||
return String.format(
|
return String.format(
|
||||||
"redirect:/@documents/%s/%s/@edit/%s",
|
"redirect:%s/@documents/%s/@edit/%s",
|
||||||
section.getLabel(),
|
section.getLabel(),
|
||||||
getContentItemPath(),
|
getContentItemPath(),
|
||||||
PATH_FRAGMENT
|
PATH_FRAGMENT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue