rename and move CollectSubsetGroup to IntegrateSubsetGroup in settings

This commit is contained in:
Jakub Trllo 2022-07-19 10:30:31 +02:00
parent 3c35cbc700
commit dc569c6d65
2 changed files with 66 additions and 66 deletions

View file

@ -20,17 +20,6 @@
],
"skip_hosts_headless_publish": []
},
"CollectSubsetGroup": {
"subset_grouping_profiles": [
{
"families": [],
"hosts": [],
"task_types": [],
"tasks": [],
"template": ""
}
]
},
"ValidateEditorialAssetName": {
"enabled": true,
"optional": false
@ -170,6 +159,17 @@
}
]
},
"IntegrateSubsetGroup": {
"subset_grouping_profiles": [
{
"families": [],
"hosts": [],
"task_types": [],
"tasks": [],
"template": ""
}
]
},
"IntegrateAssetNew": {
"template_name_profiles": [
{

View file

@ -39,61 +39,6 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "CollectSubsetGroup",
"label": "Collect Subset Group",
"is_group": true,
"children": [
{
"type": "list",
"key": "subset_grouping_profiles",
"label": "Subset grouping profiles",
"use_label_wrap": true,
"object_type": {
"type": "dict",
"children": [
{
"type": "label",
"label": "Set all published instances as a part of specific group named according to 'Template'. <br>Implemented all variants of placeholders [{task},{family},{host},{subset},{renderlayer}]"
},
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
},
{
"type": "hosts-enum",
"key": "hosts",
"label": "Hosts",
"multiselection": true
},
{
"key": "task_types",
"label": "Task types",
"type": "task-types-enum"
},
{
"key": "tasks",
"label": "Task names",
"type": "list",
"object_type": "text"
},
{
"type": "separator"
},
{
"type": "text",
"key": "template",
"label": "Template"
}
]
}
}
]
},
{
"type": "dict",
"collapsible": true,
@ -580,6 +525,61 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "IntegrateSubsetGroup",
"label": "Integrate Subset Group",
"is_group": true,
"children": [
{
"type": "list",
"key": "subset_grouping_profiles",
"label": "Subset grouping profiles",
"use_label_wrap": true,
"object_type": {
"type": "dict",
"children": [
{
"type": "label",
"label": "Set all published instances as a part of specific group named according to 'Template'. <br>Implemented all variants of placeholders [{task},{family},{host},{subset},{renderlayer}]"
},
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
},
{
"type": "hosts-enum",
"key": "hosts",
"label": "Hosts",
"multiselection": true
},
{
"key": "task_types",
"label": "Task types",
"type": "task-types-enum"
},
{
"key": "tasks",
"label": "Task names",
"type": "list",
"object_type": "text"
},
{
"type": "separator"
},
{
"type": "text",
"key": "template",
"label": "Template"
}
]
}
}
]
},
{
"type": "dict",
"collapsible": true,