Editing "Constant" of type Float in User interface looses value with each server restart

Version:

Origam HTML
2022.2.0.2638

I was trying to …

  1. I have a Contant called InvoicingCoeficient which I set to type Float and preset it to value 4.3
  2. I change the value of Constant to 5.5
  3. I restart the server to reload fresh model

I was expecting …

  1. The value of the constant would be 5.5

Instead I’ve got …

  1. The value of the constant is 0.0

Additional notes

Changing data type to Currency fixes the issue because the value in the table OrigamParameters is saved into column CurrencyValue.