brodykenrick / ANTPlus_Arduino

ANT+ (Nordic nRF24AP2) UART interface for Arduino
39 stars 13 forks source link

off topic #2

Closed RobertoMarchese closed 8 years ago

RobertoMarchese commented 9 years ago

Hi, I'm look for the Brody Kenrick who created this redmine patch:

http://projects.andriylesyuk.com/boards/18/topics/141-interest-in-the-ability-to-add-project-s-custom-fields-to-issues-lists-queries

are you? Can I contact you for some information?

Kind Regards

brodykenrick commented 9 years ago

Hi Roberto,

That is me. What info are you after?

Cheers, Brody On 17/02/2015 7:57 PM, "RobertoMarchese" notifications@github.com wrote:

Hi, I'm look for the Brody Kenrick who created this redmine patch:

http://projects.andriylesyuk.com/boards/18/topics/141-interest-in-the-ability-to-add-project-s-custom-fields-to-issues-lists-queries

are you? Can I contact you for some information?

Kind Regards

— Reply to this email directly or view it on GitHub https://github.com/brodykenrick/ANTPlus_Arduino/issues/2.

RobertoMarchese commented 9 years ago

Thanks, I have applied the patch, and I can see the new columns on the 'columns selector'. But when I try to apply query with the project fields, this error arise on log file:

ActionView::Template::Error (undefined method project_cf_1' for #<Issue:0x40431d8>): 48: <% if Redmine::VERSION::MAJOR < 2 || Redmine::VERSION::MINOR < 3 || defined?(ChiliProject) %> 49: <td class="id"><%= link_to issue.to_param, :controller => 'issues', :action => 'show', :id => issue %></td> 50: <% end %> 51: <% inline_columns.each do |column| %><%= content_tag 'td', column_content(column, issue), :class => column.respond_to?(:css_classes) ? column.css_classes : column.name %><% end %> 52: </tr> 53: <% if @query.respond_to?(:block_columns) %> 54: <% @query.block_columns.each do |column| app/models/query.rb:61:invalue_object' app/helpers/queries_helper.rb:86:in column_content' app/helpers/issues_helper.rb:29:inblock in issue_list' app/helpers/issues_helper.rb:25:in each' app/helpers/issues_helper.rb:25:inissue_list' app/views/issues/index.html.erb:63:in _app_views_issues_index_html_erb___130523369_32755896' app/controllers/issues_controller.rb:87:inblock (2 levels) in index' app/controllers/issues_controller.rb:86:in `index'

RobertoMarchese commented 9 years ago

I forget, this is my system configuration: Environment: Redmine version 2.6.1.stable Ruby version 2.0.0-p594 (2014-10-27) [i386-mingw32] Rails version 3.2.21 Environment production Database adapter Mysql2 SCM: Subversion 1.8.10 Filesystem
Redmine plugins: extended_fields 0.2.3-BK project_overview 1.2.0 projects_tree_view 0.0.8 redmine_agile 1.3.5 redmine_checklists 3.0.2 sidebar_hide 0.0.7

brodykenrick commented 9 years ago

Hi Roberto,

As i am sure you can see it is complaining about 'project_cf_1'.

This code was a long time ago and in a side project so i don't recall. We've also decommissioned redmine in my company so i don't have a testing environment anymore.

I think the work was done against 2.4 so that is the first starting point I'd look at. On 19/02/2015 3:54 AM, "RobertoMarchese" notifications@github.com wrote:

I forget, this is my system configuration: Environment: Redmine version 2.6.1.stable Ruby version 2.0.0-p594 (2014-10-27) [i386-mingw32] Rails version 3.2.21 Environment production Database adapter Mysql2 SCM: Subversion 1.8.10 Filesystem

Redmine plugins: extended_fields 0.2.3-BK project_overview 1.2.0 projects_tree_view 0.0.8 redmine_agile 1.3.5 redmine_checklists 3.0.2 sidebar_hide 0.0.7

— Reply to this email directly or view it on GitHub https://github.com/brodykenrick/ANTPlus_Arduino/issues/2#issuecomment-74900356 .