merged with PRODUCTION version

This commit is contained in:
Francesco Mangiacrapa 2024-05-09 11:08:30 +02:00
parent f62a95ea73
commit 2dd01c0c82
1 changed files with 7 additions and 57 deletions

View File

@ -83,7 +83,7 @@
"Member"
],
"_enforcer": {
"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"PUBLISHED\"}}"
"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"Published\"}}"
}
},
{
@ -106,12 +106,6 @@
"Data-Manager",
"Data-Editor"
]
},
{
"STEP": "UNPUBLISH",
"roles": [
"Data-Manager"
]
}
]
}
@ -123,7 +117,7 @@
"registeredFileSetPaths": [
{
"schemaField": "datiAltimetrici",
"documentPath": "datiAltimetrici[*].fileset"
"documentPath": "datiAltimetrici.fileset"
},
{
"schemaField": "planimetria",
@ -408,7 +402,7 @@
}
},
{
"_id": "org.gcube.portlets.user.geoportal-basic-data-list",
"_id": "org.gcube.portlets.user.geoportal-basic-data-list",
"_type": "BASIC_DATA_LIST_GUI",
"_configuration": {
"itemFields": [
@ -500,59 +494,15 @@
"display_on_phase": []
},
{
"id": "submit_for_review",
"title": "Submit for Review",
"id": "publish",
"title": "Publish the Project",
"call_STEPS": [
"SUBMIT-FOR-REVIEW"
"PUBLISH"
],
"description": "Submit the Project (for review)",
"description": "Publish the Project",
"display_on_phase": [
"DRAFT"
]
},
{
"id": "reject",
"title": "Reject",
"call_STEPS": [
"REJECT-DRAFT"
],
"description": "Reject the Project",
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "approve",
"title": "Approve",
"call_STEPS": [
"APPROVE-SUBMITTED"
],
"description": "Approve the Project",
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "unpublish",
"title": "UnPublish",
"call_STEPS": [
"UNPUBLISH"
],
"description": "UnPublish the Project",
"display_on_phase": [
"Published"
]
},
{
"id": "unpublish",
"title": "UnPublish",
"call_STEPS": [
"UNPUBLISH"
],
"description": "UnPublish the Project",
"display_on_phase": [
"PUBLISHED"
]
}
]
}