updated Esquilino merged with PRODUCTION version

This commit is contained in:
Francesco Mangiacrapa 2024-05-09 11:07:03 +02:00
parent 9e2cbd3dbd
commit b44edff8c7
1 changed files with 7 additions and 57 deletions

View File

@ -83,7 +83,7 @@
"Member" "Member"
], ],
"_enforcer": { "_enforcer": {
"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"PUBLISHED\"}}" "_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"Published\"}}"
} }
}, },
{ {
@ -106,12 +106,6 @@
"Data-Manager", "Data-Manager",
"Data-Editor" "Data-Editor"
] ]
},
{
"STEP": "UNPUBLISH",
"roles": [
"Data-Manager"
]
} }
] ]
} }
@ -123,7 +117,7 @@
"registeredFileSetPaths": [ "registeredFileSetPaths": [
{ {
"schemaField": "datiAltimetrici", "schemaField": "datiAltimetrici",
"documentPath": "datiAltimetrici[*].fileset" "documentPath": "datiAltimetrici.fileset"
}, },
{ {
"schemaField": "planimetria", "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", "_type": "BASIC_DATA_LIST_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "itemFields": [
@ -500,59 +494,15 @@
"display_on_phase": [] "display_on_phase": []
}, },
{ {
"id": "submit_for_review", "id": "publish",
"title": "Submit for Review", "title": "Publish the Project",
"call_STEPS": [ "call_STEPS": [
"SUBMIT-FOR-REVIEW" "PUBLISH"
], ],
"description": "Submit the Project (for review)", "description": "Publish the Project",
"display_on_phase": [ "display_on_phase": [
"DRAFT" "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"
]
} }
] ]
} }