Project

General

Profile

Actions

Patch #2560

closed

Bulk Edit of Custom Fields

Added by Ewan Makepeace over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-22
Due date:
% Done:

0%

Estimated time:

Description

This patch should list available custom fields for the tasks concerned for bulk edit.

See here:


Files

custom_filed_in_bulk_edit.patch (16.5 KB) custom_filed_in_bulk_edit.patch Ewan Makepeace, 2009-01-22 12:11
Screenshot_16.jpg (24.8 KB) Screenshot_16.jpg Ewan Makepeace, 2009-01-22 12:11
custom_filed_bulk_edit_trunk.diff (3.48 KB) custom_filed_bulk_edit_trunk.diff Ewan Makepeace, 2009-01-28 05:37
custom_filed_in_bulk_edit_for_r3034.diff (769 Bytes) custom_filed_in_bulk_edit_for_r3034.diff Bulk Edit of Custom Fields Patch for r3034 RedminePro Yang, 2009-11-13 14:53

Related issues

Related to Redmine - Feature #461: Support bulk updating of custom fieldsClosed

Actions
Has duplicate Redmine - Defect #3923: Issue custom fields are not showing when in bulk edit modeClosed2009-09-25

Actions
Actions #1

Updated by Ewan Makepeace over 15 years ago

For feature request #461

Actions #2

Updated by Jean-Philippe Lang about 15 years ago

Ewan, the attached file is not a patch but a html file.
Can you reupload it please?

Actions #3

Updated by Jean-Philippe Lang about 15 years ago

  • Status changed from New to Closed

Feature added in r2316.

Actions #4

Updated by Ewan Makepeace about 15 years ago

Many apologies - I did not realise how Redmine handles text files. Original patch attached for completeness.

Actions #5

Updated by Benjamin Baroukh almost 15 years ago

Hi, is this feature going to go in the 0.8-stable branch ?

Actions #6

Updated by Reach Everywhere over 14 years ago

  • Status changed from Closed to Reopened

I setup this patch on 0.8.0 which resulted in an 'internal server error' anytime I hit edit. So I gave up and upgraded to 0.8.4 which I assume from comment #3 would include this feature, but still none of my custom fields show up in bulk_edit.

Also, could this feature be expanded to include adding custom fields to the dropdown menu where you select edit?

Sorry if I should not have changed the status, but I didn't know if anyone would look at this otherwise.

Actions #7

Updated by Benjamin Baroukh over 14 years ago

Can someone please confirm that this feature is not available for the 0.8.XX branch ?

Actions #8

Updated by Christophe Absil over 14 years ago

Hi, just installed the new 0.8.5 and this patch was not included. I don't know if this was ment so.

But the patch is working fine, really impressed.

Actions #9

Updated by Christophe Absil over 14 years ago

Oups forgot something. Is this patch included in the 0.9.x version ? I hope so, otherwise I will have to remember that I applied this patch when upgrading to 0.9.x.

Actions #10

Updated by VM Weseloh over 14 years ago

+1 for including this in the 0.9.x version.

Actions #11

Updated by Matt H over 14 years ago

I can't get this patch to work. I've update the files, but get an 'internal server error' and this error in logs/production.log

ActionView::TemplateError (undefined method `each' for nil:NilClass) on line #43 of issues/bulk_edit.rhtml:
40: </p>
41: 
42: <p>
43:    <% @custom_fields.each do | field | %>
44:          <%= content_tag "label", field.name,:for => "custom_fields_#{field.id}" %>: <%= custom_field_tag_bulk_edit field %>
45:    <% end %>
46: </p>

I assume the patch has worked for other people, so I wonder if they could post if they had the same error?

Actions #12

Updated by RedminePro Yang over 14 years ago

As I found, this feature already included in trunk version (r3034).
But I think we should show

@project.all_issue_custom_fields

instead of
@project.issue_custom_fields

See attached

Actions #13

Updated by Jean-Philippe Lang over 14 years ago

  • Status changed from Reopened to Closed

See #461.

Actions

Also available in: Atom PDF