Feature(s) impacted
Deploy from local (developement) environment to Staging (TEST)
Observed behavior
I push the code to the Test server and all goes good, but when I restart the forest on the Test I dont see the pushed changes that was added on the local.
Here the change is I removed a field from smart action, in the local it is remoed but on the Test it still there.
The code on forestschema for this smart action is :
{
"id": "c_besoins-3-modifier-un-besoin",
"name": "Modifier un besoin",
"type": "single",
"baseUrl": null,
"endpoint": "/forest/_actions/c_besoins/3/modifier-un-besoin",
"httpMethod": "POST",
"redirect": null,
"download": false,
"fields": [
{
"field": "Loading...",
"label": "Loading...",
"type": "String",
"isReadOnly": true,
"defaultValue": "Form is loading",
"description": "",
"enums": null,
"hook": null,
"isRequired": false,
"reference": null,
"widgetEdit": null
}
],
"submitButtonLabel": "Enregistrer",
"hooks": {"load": true, "change": ["changeHook"]}
}
- Project name: clevermate v2
- Environment name: TEST
- Agent technology: (nodejs,
- Agent (forest package) name & version: …
- Database type: …
- Recent changes made on your end if any: …