Merge "Adding unlimited max value to VNF, NETWORK"
[vid.git] / features.properties.md
index 82d7da8..62ab55e 100644 (file)
 
 * 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.
+  
+* FLAG_2002_UNLIMITED_MAX 
+  when flag is true and max_instances is not declare than user can add unlimited VND, NETWORK, VFMODULE,
+  User can duplicate up to 10 record in single time.
+  If the flag is false and max_instances is not declare the max will be 1 else max_instances value.