An einigen Stellen war die "content"-Content-Section fest eincodiert.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2168 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
598104f542
commit
c4bebd60e3
|
|
@ -55,7 +55,7 @@ public final class DocMgrConfig extends AbstractConfig {
|
|||
private Parameter m_contentSection = new StringParameter
|
||||
("com.arsdigita.cms.docmgr.content_section",
|
||||
Parameter.REQUIRED,
|
||||
"content");
|
||||
"main");
|
||||
private Parameter m_legacyFolderName = new StringParameter
|
||||
("com.arsdigita.cms.docmgr.legacy_folder_name",
|
||||
Parameter.REQUIRED,
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ public final class WebpageConfig extends AbstractConfig {
|
|||
m_contentSection = new StringParameter(
|
||||
"com.arsdigita.cms.webpage.content_section",
|
||||
Parameter.OPTIONAL,
|
||||
"content"); // TODO: remove hardcoded value
|
||||
"main"); // TODO: remove hardcoded value
|
||||
|
||||
//m_internalGroupID = new BigDecimalParameter(
|
||||
// "com.arsdigita.cms.webpage.internal_group_id",
|
||||
|
|
|
|||
Loading…
Reference in New Issue