Publications Modul: Aktueller Stand.

git-svn-id: https://svn.libreccm.org/ccm/trunk@518 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2010-08-27 13:58:35 +00:00
parent 5207047197
commit 2b0ddd180d
4 changed files with 38 additions and 2 deletions

View File

@ -0,0 +1,35 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.arsdigita.cms.contenttypes.ui;
import com.arsdigita.cms.ItemSelectionModel;
import com.arsdigita.cms.ui.authoring.AuthoringKitWizard;
/**
*
* @author Jens Pelzetter
*/
public class ProjectPropertiesStep
extends GenericOrganizationalUnitPropertiesStep {
public ProjectPropertiesStep(ItemSelectionModel itemModel,
AuthoringKitWizard parent) {
super(itemModel, parent);
}
@Override
protected void addSteps(ItemSelectionModel itemModel,
AuthoringKitWizard parent) {
addStep(new GenericOrganizationalUnitContactPropertiesStep(itemModel,
parent),
"cms.contenttypes.ui.orgaunit.contact");
addStep(new ProjectSubprojectPropertiesStep(itemModel,
parent),
"cms.contenttypes.ui.project.subprojects");
addStep(new GenericOrganizationalUnitPersonPropertiesStep(itemModel,
parent),
"cms.contenttypes.ui.orgaunit.persons");
}
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-cms-types-organization"
name="ccm-sci-publications"
prettyName="OpenCCM Content Types"
version="6.6.0"
release="1"

View File

@ -48,7 +48,7 @@ association {
//Sorting is first done by the period defined by from and to,
//and secondly by the following order attribute
Integer[0..1] editor_order = ct_series_editship.order INTEGER;
Integer[0..1] editor_order = ct_series_editship.editship_order INTEGER;
}
//Assoication for the volumes in the series

View File

@ -1,3 +1,4 @@
begin;
\i ddl/postgres/create.sql
\i ddl/postgres/deferred.sql
end;