diff --git a/master/bt5/slapos_cloud/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/master/bt5/slapos_cloud/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index 33c29229af87eabb2c477fe19b850342e9f27913..79bccabccbd2483461815be9fe9cee4f750f20d4 100644 --- a/master/bt5/slapos_cloud/PortalTypePropertySheetTemplateItem/property_sheet_list.xml +++ b/master/bt5/slapos_cloud/PortalTypePropertySheetTemplateItem/property_sheet_list.xml @@ -12,6 +12,7 @@ <item>SlaveInstanceConstraint</item> <item>SoftwareInstance</item> <item>TextDocument</item> + <item>Url</item> <item>VariationRange</item> </portal_type> <portal_type id="Software Installation"> diff --git a/master/bt5/slapos_cloud/PropertySheetTemplateItem/portal_property_sheets/SlaveInstanceConstraint/url_string_property_constraint.xml b/master/bt5/slapos_cloud/PropertySheetTemplateItem/portal_property_sheets/SlaveInstanceConstraint/url_string_property_constraint.xml new file mode 100644 index 0000000000000000000000000000000000000000..20df3e15a5b221a2bd5f73c3c822db9805b2cfad --- /dev/null +++ b/master/bt5/slapos_cloud/PropertySheetTemplateItem/portal_property_sheets/SlaveInstanceConstraint/url_string_property_constraint.xml @@ -0,0 +1,76 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Property Existence Constraint" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_identity_criterion</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_range_criterion</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>constraint_property</string> </key> + <value> + <tuple> + <string>url_string</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>url_string_property_constraint</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Property Existence Constraint</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/master/bt5/slapos_cloud/bt/revision b/master/bt5/slapos_cloud/bt/revision index 8d9f781b525d012ac086a85ada4d36c91a210fd8..176fdebf1bd8be248521f57896a16a3540e3f661 100644 --- a/master/bt5/slapos_cloud/bt/revision +++ b/master/bt5/slapos_cloud/bt/revision @@ -1 +1 @@ -118 \ No newline at end of file +119 \ No newline at end of file diff --git a/master/bt5/slapos_cloud/bt/template_portal_type_property_sheet_list b/master/bt5/slapos_cloud/bt/template_portal_type_property_sheet_list index 67cdcc7c55bb5c6652480a3c55faf1e3d6a1ddee..44c7564425ed43aba29eda5b15fe488459358478 100644 --- a/master/bt5/slapos_cloud/bt/template_portal_type_property_sheet_list +++ b/master/bt5/slapos_cloud/bt/template_portal_type_property_sheet_list @@ -8,6 +8,7 @@ Slave Instance | Reference Slave Instance | SlaveInstanceConstraint Slave Instance | SoftwareInstance Slave Instance | TextDocument +Slave Instance | Url Slave Instance | VariationRange Software Installation | Url Software Installation | VariationRange