Vote #63710
完了Add a "Visible" flag to project/user custom fields
0%
説明
This is taken from this "forum-thread":http://www.redmine.org/boards/1/topics/show/60. The forum-thread never became a "official feature request". So hereby...
This request is related to some plugins (like redmine_tab and google_calendar) which uses custom fields on project level to get input for their extension (like tabname and iframe-code). This info shouldn't be displayed on the project's overview page.
Therefore it would be great to add a flag to the project custom fields which provides an option to hide the project custom-field in the project's overview page.
There is a way to workaround it like Eric Davis states in the forum-thread though this needs refactoring of those affected plugins.
journals
Quick and dirty patch for this change provided in #1746.
--------------------------------------------------------------------------------
Mischa The Evil wrote:
> Quick and dirty patch for this change provided in #1746.
I can't get this patch to work, and I'd really like to get this working.
Can anyone help, please?
Thanks,
Rafi
--------------------------------------------------------------------------------
Rafi Greenberg wrote:
> Mischa The Evil wrote:
> > Quick and dirty patch for this change provided in #1746.
>
> I can't get this patch to work, and I'd really like to get this working.
> Can anyone help, please?
Rafi, I've just updated patch #1746 against the trunk at r2641... Plz check if it solves your issues with the patch...
--------------------------------------------------------------------------------
Feature added in r4382 for user and project custom fields.
The flag is named "visible" and is set to true by default.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,4298,An "internal" option for custom fields
relates,Closed,1746,Patch for #1738; Add a "Hide on overview tab" flag to project custom fields