提交 f0f192a2 编写于 作者: J Joram Barrez

Removing createDemoProcessDefinition property from REST demo data generator

上级 0196df1c
......@@ -39,7 +39,6 @@ public class DemoDataGenerator {
protected transient RepositoryService repositoryService;
protected boolean createDemoUsersAndGroups;
protected boolean createDemoProcessDefinitions;
public void init() {
this.identityService = processEngine.getIdentityService();
......@@ -62,10 +61,6 @@ public class DemoDataGenerator {
this.createDemoUsersAndGroups = createDemoUsersAndGroups;
}
public void setCreateDemoProcessDefinitions(boolean createDemoProcessDefinitions) {
this.createDemoProcessDefinitions = createDemoProcessDefinitions;
}
protected void initDemoGroups() {
String[] assignmentGroups = new String[] {"management", "sales", "marketing", "engineering"};
for (String groupId : assignmentGroups) {
......
......@@ -10,7 +10,6 @@ http://www.springframework.org/schema/tx http://www.springframework.org/schema/t
init-method="init">
<property name="processEngine" ref="processEngine" />
<property name="createDemoUsersAndGroups" value="true" />
<property name="createDemoProcessDefinitions" value="true" />
</bean>
<bean id="dbProperties"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册