Fehlerkorrektur für ContentTypeHelperImpl, sowie SciPublication

git-svn-id: https://svn.libreccm.org/ccm/trunk@629 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2010-11-19 17:16:25 +00:00
parent 94b108bd21
commit bfe320fc35
3 changed files with 3 additions and 4 deletions

View File

@ -359,8 +359,7 @@ public class ContentTypeHelperImpl implements ContentTypeHelper {
// Also while we iterate through the list, we also need to add // Also while we iterate through the list, we also need to add
// this content type as sibling to all entries in the ancestor list // this content type as sibling to all entries in the ancestor list
while (strTok.hasMoreElements()) { while (strTok.hasMoreElements()) {
BigDecimal ctID = new BigDecimal(strTok.nextToken());
BigDecimal ctID = (BigDecimal) strTok.nextElement();
// Get the current content type // Get the current content type
try { try {

View File

@ -9,7 +9,7 @@
description="Base type for publications" description="Base type for publications"
objectType="com.arsdigita.cms.contenttypes.Publication" objectType="com.arsdigita.cms.contenttypes.Publication"
classname="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"> <ctd:authoring-kit createComponent="com.arsdigita.cms.ui.authoring.PageCreate">

View File

@ -9,7 +9,7 @@
description="Base type for publications" description="Base type for publications"
objectType="com.arsdigita.cms.contenttypes.PublicationWithPublisher" objectType="com.arsdigita.cms.contenttypes.PublicationWithPublisher"
classname="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"> <ctd:authoring-kit createComponent="com.arsdigita.cms.ui.authoring.PageCreate">