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/ManageScript.xml | |
| parent | 0c04d40959ce97ec843462c199a4aa416b45863c (diff) | |
Remove old prefill references and set version numbers to 0
Diffstat (limited to 'src/main/resources/boot/CA/ManageScript.xml')
| -rw-r--r-- | src/main/resources/boot/CA/ManageScript.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/boot/CA/ManageScript.xml b/src/main/resources/boot/CA/ManageScript.xml index 9dff06f..3450dfc 100644 --- a/src/main/resources/boot/CA/ManageScript.xml +++ b/src/main/resources/boot/CA/ManageScript.xml @@ -79,8 +79,7 @@ <InEdgeId>19</InEdgeId>
<OutEdgeId>21</OutEdgeId>
<Properties>
- <KeyValuePair Key="Prefill" Boolean="false"/>
- <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Version" String="0"/>
<KeyValuePair Key="Name" String="EditDefinition"/>
</Properties>
<activityDef>EditScriptDefinition</activityDef>
@@ -94,8 +93,7 @@ <InEdgeId>20</InEdgeId>
<OutEdgeId>24</OutEdgeId>
<Properties>
- <KeyValuePair Key="Prefill" Boolean="false"/>
- <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Version" String="0"/>
<KeyValuePair Key="ViewName" String="Script"/>
<KeyValuePair Key="Name" String="AssignNewVersionFromLast"/>
</Properties>
|
