Fehlerkorrektur für ContentTypeHelperImpl, sowie SciPublication
git-svn-id: https://svn.libreccm.org/ccm/trunk@629 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
94b108bd21
commit
bfe320fc35
|
|
@ -359,8 +359,7 @@ public class ContentTypeHelperImpl implements ContentTypeHelper {
|
|||
// Also while we iterate through the list, we also need to add
|
||||
// this content type as sibling to all entries in the ancestor list
|
||||
while (strTok.hasMoreElements()) {
|
||||
|
||||
BigDecimal ctID = (BigDecimal) strTok.nextElement();
|
||||
BigDecimal ctID = new BigDecimal(strTok.nextToken());
|
||||
|
||||
// Get the current content type
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
description="Base type for publications"
|
||||
objectType="com.arsdigita.cms.contenttypes.Publication"
|
||||
classname="com.arsdigita.cms.contenttypes.Publication"
|
||||
isInternal="yes">
|
||||
mode="hidden">
|
||||
|
||||
<ctd:authoring-kit createComponent="com.arsdigita.cms.ui.authoring.PageCreate">
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
description="Base type for publications"
|
||||
objectType="com.arsdigita.cms.contenttypes.PublicationWithPublisher"
|
||||
classname="com.arsdigita.cms.contenttypes.PublicationWithPublisher"
|
||||
isInternal="yes">
|
||||
mode="hidden">
|
||||
|
||||
<ctd:authoring-kit createComponent="com.arsdigita.cms.ui.authoring.PageCreate">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue