 Lenny Basuino
 Lenny Basuino
- Login: lennyb
- Registered on: 2013-08-27
- Last connection: 2013-12-17
Activity
2013-11-14
- 
  23:18 Redmine Open discussion: RE: Deleting or hiding "New Issue" menu tab if no trackers in project 
- Andy,
 Found 2 syntax issues that I've fixed above:
 - the last "end" is already in the init.rb
 - forgot the "?" a...
- 
  09:51 Redmine Open discussion: RE: Deleting or hiding "New Issue" menu tab if no trackers in project 
- The text above is not the complete init.rb but was added to an existing init.rb for a plugin I wrote.
 I followed t...
2013-10-21
- 
  15:12 Redmine Open discussion: RE: Deleting or hiding "New Issue" menu tab if no trackers in project 
- I'm doing the same thing.
 You could modify lib/redmine.rb by adding the if clause below, or add this as a plugin (...
2013-09-19
- 
  12:33 Redmine Plugins: RE: Querying on Custom Fields 
- Think I got it:
 having the issue record:
 issue.custom_field_values.each do |cf|
 cf.custom_field.name
 cf.v...
2013-09-17
- What is the Rails way of retrieving the custom fields, name and values, from an issue?
2013-09-03
- 
  20:48 Redmine Plugins: RE: How to create a Project Custom Field? 
- This worked!
 class PopulateCustomFields < ActiveRecord::Migration
 def self.up
 ProjectCustomField.create(:name ...
- I'd like to add the creation of a Project Custom Field to a plugin. I suppose one way would be to add it to a migrat...
- Can I add a function to i18n.rb via a plugin?  If so how?
 TIA!
2013-08-27
- 
  19:17 Redmine Feature #14786 (Closed): Custom version fields should behave as Target Version field does 
- The Target Version field filters out locked and closed Versions. A custom field of type Version still allows one to ...
Also available in: Atom