Patch #2560
closedBulk Edit of Custom Fields
0%
Description
This patch should list available custom fields for the tasks concerned for bulk edit.
See here:
Files
Related issues
Updated by Jean-Philippe Lang almost 16 years ago
Ewan, the attached file is not a patch but a html file.
Can you reupload it please?
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
Feature added in r2316.
Updated by Ewan Makepeace almost 16 years ago
Many apologies - I did not realise how Redmine handles text files. Original patch attached for completeness.
Updated by Benjamin Baroukh over 15 years ago
Hi, is this feature going to go in the 0.8-stable
branch ?
Updated by Reach Everywhere over 15 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.
Updated by Benjamin Baroukh over 15 years ago
Can someone please confirm that this feature is not available for the 0.8.XX branch ?
Updated by Christophe Absil about 15 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.
Updated by Christophe Absil about 15 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.
Updated by VM Weseloh about 15 years ago
+1 for including this in the 0.9.x version.
Updated by Matt H about 15 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?
Updated by RedminePro Yang about 15 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