annikoff/redmine_plugin_computed_custom_field

Values are empty in Redmine 3.4.6

JoshuaJef opened this issue · 1 comments

Computed_custom_field version: 1.0.6

Redmine version 3.4.6.stable.17497
Ruby version 2.2.5
Rails version 4.2.8
Environment production
Database adapter Mysql2

Steps to reproduce:
Custom fields -> New custom field -> Issues -> Format: Integer, Name: Test, Computed: true, Formula: 1+1

Issues -> Options -> Columns -> Test

Column shows in issue table, but it's empty. Same with other types (Text > formula: "xxx", boolean > formula 1 == 1, ...)

Hi. To apply your formulas you should resave issues.