diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-05-28 12:03:50 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-05-28 12:03:50 +0200 |
| commit | a5266d7c6506a1184eb1d78a51d683b68556dc06 (patch) | |
| tree | 418dbcf8d90d3b0d02b5eb3fda718808579bc6e0 /src/main/resources/boot/CA/ServerItemWorkflow.xml | |
| parent | 0c04d40959ce97ec843462c199a4aa416b45863c (diff) | |
Remove old prefill references and set version numbers to 0
Diffstat (limited to 'src/main/resources/boot/CA/ServerItemWorkflow.xml')
| -rw-r--r-- | src/main/resources/boot/CA/ServerItemWorkflow.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/boot/CA/ServerItemWorkflow.xml b/src/main/resources/boot/CA/ServerItemWorkflow.xml index 085f8ab..55ddfec 100644 --- a/src/main/resources/boot/CA/ServerItemWorkflow.xml +++ b/src/main/resources/boot/CA/ServerItemWorkflow.xml @@ -91,8 +91,7 @@ <InEdgeId>13</InEdgeId>
<OutEdgeId>15</OutEdgeId>
<Properties>
- <KeyValuePair Key="Prefill" Boolean="false"/>
- <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Version" String="0"/>
<KeyValuePair Key="Name" String="CreateNewAgent"/>
</Properties>
<activityDef>CreateNewAgent</activityDef>
@@ -106,8 +105,7 @@ <InEdgeId>12</InEdgeId>
<OutEdgeId>14</OutEdgeId>
<Properties>
- <KeyValuePair Key="Prefill" Boolean="false"/>
- <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Version" String="0"/>
<KeyValuePair Key="Name" String="CreateNewItem"/>
</Properties>
<activityDef>CreateNewItem</activityDef>
|
