Vote #75957
完了Grouping of Boolean field: Both "No" and "blank" tickets are grouped in "none" groups
0%
説明
Boolean custom field can have three values; "Yes", "No" and " (blank, or to say, not specified) " if the filed is not specified as "required".
- Ref. ** Issue #17003-6 ** Wiki ""Boolean: checkbox (enabled/disabled) or radio buttons (null/yes/no) " in RedmineCustomFields
I think it is OK.
But I found that both "No" and " (blank, or to say, not specified) " are grouped under same name (label) of "none" collapse/expand indicator lines when I specified "Group results by" the boolean field which is not defined as "required".
The tickets are grouped in 2 groups and it is right I think.
But both groups have "none" indicated in collapse/expand indicator line. It is not a good idea, I think.
Boolean field which is not set as "required" contains 3 values, "Yes", "No" and " (blank, or to say, not specified) ", so it is better to be grouped in different labels.
Could it be changed the label of "none" for " (blank, or to say, not specified) " to "null", "No Value", or" (blank) " ?
Kind regards,
- Reported version
Redmine 2.5.0.stable. Details are as follows.
# Test redmine (Windows7)
Environment: Redmine version 2.5.0.stable Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32] Rails version 3.2.17 Environment production Database adapter Mysql2
# Production redmine (Linux)Environment: Redmine version 2.5.0.stable Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 3.2.17 Environment production Database adapter PostgreSQL
journals
*Screen capture*
Here is a screen capture of query-result grouped by boolean field. In the picture, Boolean1optional is a boolean filed without "required" specification. You could see 2 groups with "none" group label.
*Notes on Label Texts*
It is simple to reflect the values to the label texts, ie. Yes/No/null(or "blank").
*Notes on translation*
I am afraid translation texts may be affected when changing the label texts. For example, "none" is translated to "なし" in Japanese.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
> Status changed from New to Confirmed
> Target version set to 2.6.2
Thank you.
--------------------------------------------------------------------------------
Fixed in r13921.
kaz k wrote:
> Could it be changed the label of "none" for " (blank, or to say, not specified) " to "null", "No Value", or" (blank) " ?
I agree, would you fill a separate ticket for this? Thanks.
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> kaz k wrote:
>
> > Could it be changed the label of "none" for " (blank, or to say, not specified) " to "null", "No Value", or" (blank) " ?
>
> I agree, would you fill a separate ticket for this? Thanks.
Per your request, I created a separate ticket, #18918.
Thank you for your quick response. I appreciate redmine team very much.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------