Der CreateStep für PublicPersonalProfile hat keinen Workflow zugewiesen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1220 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
abfe02167a
commit
e4d037885e
|
|
@ -49,7 +49,8 @@ public class PublicPersonalProfileCreate extends PageCreate {
|
||||||
|
|
||||||
private static final String SELECTED_PERSON = "selectedPerson";
|
private static final String SELECTED_PERSON = "selectedPerson";
|
||||||
private static final PublicPersonalProfileConfig config =
|
private static final PublicPersonalProfileConfig config =
|
||||||
PublicPersonalProfiles.getConfig();
|
PublicPersonalProfiles.
|
||||||
|
getConfig();
|
||||||
|
|
||||||
public PublicPersonalProfileCreate(final ItemSelectionModel itemModel,
|
public PublicPersonalProfileCreate(final ItemSelectionModel itemModel,
|
||||||
final CreationSelector parent) {
|
final CreationSelector parent) {
|
||||||
|
|
@ -188,6 +189,8 @@ public class PublicPersonalProfileCreate extends PageCreate {
|
||||||
bundle.setContentSection(m_parent.getContentSection(state));
|
bundle.setContentSection(m_parent.getContentSection(state));
|
||||||
bundle.save();
|
bundle.save();
|
||||||
|
|
||||||
|
m_workflowSection.applyWorkflow(state, item);
|
||||||
|
|
||||||
PublicPersonalProfile profile = new PublicPersonalProfile(item.getOID());
|
PublicPersonalProfile profile = new PublicPersonalProfile(item.getOID());
|
||||||
profile.setOwner(owner);
|
profile.setOwner(owner);
|
||||||
//profile.setProfileUrl(owner.getSurname().toLowerCase());
|
//profile.setProfileUrl(owner.getSurname().toLowerCase());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue