ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
translation missing: en, field_lock_version on issue edit on Ruby 1.9 (Bug #711)
Description
When running on Ruby 1.9, the issue edit form has label "translation missing: en, field_lock_version" (see attached screenshot). This happens in our production instance as well as on a new, clean instance.
This has been reported in the Redmine tracker as well (http://www.redmine.org/issues/6853).
The reason is a bug in TabularFormBuilder
that causes every hidden field to get label.
Associated revisions
Allow longer version names (#711, closes #712).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1220 e93f8b46-1217-0410-a6f0-8f06a7374b81
[#711] Fix TabularFormBuilder on Ruby 1.9.2
History
Updated by Moritz Breit at 2011-11-17 10:40 am
I have sent a pull request at Github that fixes this issue: https://github.com/chiliproject/chiliproject/pull/126
Updated by Felix Schäfer at 2011-11-25 07:01 pm
Could reproduce this, checking the proposed fix.
- Target version set to 2.5.0
- Assignee set to Felix Schäfer
- Status changed from Open to Ready for review
Updated by Felix Schäfer at 2011-11-25 07:05 pm
Works as advertised, merged in 574419b, thanks a lot :-)
- Status changed from Ready for review to Closed