Skip to content
Snippets Groups Projects
Commit bafec094 authored by mathias.chouet's avatar mathias.chouet
Browse files

Suppression de la propriété inutilisée "varCalc" dans les Sections Paramétrées

parent 488b94e5
No related branches found
No related tags found
Loading
......@@ -177,7 +177,6 @@
{
"uid": "OWpqMW",
"props": {
"varCalc": "Hs",
"calcType": 2,
"nodeType": 2
},
......@@ -188,7 +187,6 @@
{
"uid": "bGVwZH",
"props": {
"varCalc": "Hs",
"calcType": 14,
"nodeType": 2
},
......
......@@ -3,7 +3,6 @@
{
"uid": "ZTFxeW",
"props": {
"varCalc": "Hs",
"calcType": 2,
"nodeType": 2
},
......@@ -14,7 +13,6 @@
{
"uid": "b21rNG",
"props": {
"varCalc": "Hs",
"calcType": 14,
"nodeType": 2
},
......
......@@ -3,7 +3,6 @@
{
"uid": "eHpub2",
"props": {
"varCalc": "Hs",
"calcType": 2,
"nodeType": 4
},
......
......@@ -213,7 +213,6 @@ export class FieldSet extends FormulaireElement implements Observer {
break;
case "fs_target_data": // courbe de remous
case "fs_computed_var": // section paramétrée
this.setSelectValueFromProperty("select_target", "varCalc");
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment