General

Profile

Lenny Basuino

  • Login: lennyb
  • Registered on: 2013-08-27
  • Last connection: 2013-12-17

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

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...
Lenny Basuino
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...
Lenny Basuino

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 (...
Lenny Basuino

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...
Lenny Basuino

2013-09-17

21:33 Redmine Plugins: Querying on Custom Fields
What is the Rails way of retrieving the custom fields, name and values, from an issue? Lenny Basuino

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 ...
Lenny Basuino
13:23 Redmine Plugins: How to create a Project Custom Field?
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... Lenny Basuino
13:20 Redmine Plugins: Adding to lib/redmine/i18n.rb
Can I add a function to i18n.rb via a plugin? If so how?
TIA!
Lenny Basuino

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 ... Lenny Basuino

Also available in: Atom