Vote #77922
完了Make project custom fields available in timelogs columns
90%
説明
On the timelog, it may be useful to also show the corresponding time entry's project custom fields as columns. The attached patch implements this feature.
journals
We can use project custom fields in time entries filter. I think it is consistent to make available it in available columns.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> Committed, thanks.
I am unable to apply the patch.
Do i need to name the patch with a different name but the last extension same?
<pre>
shreyas.moolya@MH-041 /c/Sites/redmine-3.3.3
$ patch -p1 < 0001-Make-project-custom-fields-available-as-columns-on-t.patch
patching file `app/models/time_entry_query.rb'
Hunk #1 FAILED at 118.
1 out of 1 hunk FAILED -- saving rejects to app/models/time_entry_query.rb.rej
</pre>
--------------------------------------------------------------------------------
The patch has already been committed. It should apply cleanly to r16417 (and some revisions prior to that) because that's what it was committed on top of. To get this feature, you may check out r16418 directly, or use Redmine 3.4 by checking out current trunk or by waiting until the weekend when it will be released officially.
For general questions on how to work with patches, please use the forums.
--------------------------------------------------------------------------------