Patch #2560
Bulk Edit of Custom Fields
| Status: | Closed | Start date: | 2009-01-22 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - |
Description
This patch should list available custom fields for the tasks concerned for bulk edit.
See here:

Related issues
History
#1 Updated by Ewan Makepeace over 4 years ago
For feature request #461
#2 Updated by Jean-Philippe Lang over 4 years ago
Ewan, the attached file is not a patch but a html file.
Can you reupload it please?
#3 Updated by Jean-Philippe Lang over 4 years ago
- Status changed from New to Closed
Feature added in r2316.
#4 Updated by Ewan Makepeace over 4 years ago
- File custom_filed_bulk_edit_trunk.diff
added
Many apologies - I did not realise how Redmine handles text files. Original patch attached for completeness.
#5 Updated by Benjamin Baroukh almost 4 years ago
Hi, is this feature going to go in the 0.8-stable branch ?
#6 Updated by Reach Everywhere almost 4 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.
#7 Updated by Benjamin Baroukh almost 4 years ago
Can someone please confirm that this feature is not available for the 0.8.XX branch ?
#8 Updated by Christophe Absil over 3 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.
#9 Updated by Christophe Absil over 3 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.
#10 Updated by VM Weseloh over 3 years ago
+1 for including this in the 0.9.x version.
#11 Updated by Matt H over 3 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?
#12 Updated by RedminePro Yang over 3 years ago
- File custom_filed_in_bulk_edit_for_r3034.diff
added
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