Patch #31402
Add support for customization by block to IssueCustomField.generate!
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 4.1.0 |
Description
generate!
methods in test/object_helpers.rb
supports customizing by block. But IssueCustomField.generate!
doesn't support it.
The attached patch adds it.
FYI: I created this diff by Git. Because I have the same problem as #24864-10 for svn.redmine.org.
Associated revisions
Add support for customization by block to IssueCustomField.generate! (#31402).
Patch by Kouhei Sutou.
History
#1
Updated by Go MAEDA about 3 years ago
- Target version set to 4.1.0
Setting the target version to 4.1.0.
#2
Updated by Go MAEDA about 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for your contribution.