Merge "Change ServiceInstance's top-level rollbackOnFailure serialization to String"
[vid.git] / features.properties.md
index 45d5922..8b80184 100644 (file)
     * Delete Macro service
 
  
-* FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE
-
-  Enable soft delete for vf-module in view/edit page for a-la-carte only.
-
-  
 * FLAG_1810_AAI_LOCAL_CACHE
 
   Enables the caching of selected AAI responses.
 * FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND,
   When flag is true, VID use macro_services_by_invariant_uuid.json file to identify if csar without instantiation type is macro service.  
   Otherwise, MACRO_SERVICES list in vidConfiguration.js is used to identify if it's a macro service (in ng1 code)
+
+* FLAG_2002_VNF_PLATFORM_MULTI_SELECT
+  When flag is true the platform will appear as a multi select field, if false the platform will be dropdown list.
+  
+* FLAG_2004_INSTANTIATION_STATUS_FILTER
+  When flag is true the user can filter rows in instantiation status by using text input
+  
+* FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE
+  When flag is true, the user see in instantiation status page, an option to recreate another instance.
+  This option is enabled only for instantiate jobs.
+  IF the user click on this option, the previous instantiation is opened in drawing board, 
+  and the user can create another one from this template.