Announcement

Collapse
No announcement yet.

Release 7.4.0: Added commented configuration property to easily disable update task com.openexchange.groupware.tasks.database.TasksModifyCostColumnTask

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.4.0: Added commented configuration property to easily disable update task com.openexchange.groupware.tasks.database.TasksModifyCostColumnTask

    Initially we used float as database column type for costs. Floats get rounding issues with values above 130, 000.00 or below -130, 000.00. Therefore we limited allowed values to this range. This is uncomfortable if you want to use higher values for task costs.

    The following rows are added to the end of configuration file /opt/open-xchange/etc/excludedupdatetasks.properties:

    # Changes the columns actual_costs and target_costs for tasks from float to NUMERIC(12,2)
    !com.openexchange.groupware.tasks.database.TasksMo difyCostColumnTask
Working...
X