Patch #29189
closedDisplay custom fields on group pages
Description
It's possible to add custom fields to groups, but they are no where displayed but in the edit view within the admin area.
The attached patch extends groups#show
to also list custom fields defined for the group. It's targeted at r17428.
Files
Updated by Go MAEDA over 6 years ago
- File screenshot-29189@2x.png screenshot-29189@2x.png added
This is a screenshot of /groups/:id
page after applying the patch.
Updated by Go MAEDA over 6 years ago
- Assignee set to Gregor Schmidt
Thank you for posting the patch. I think this patch improves the consistency of UI.
But I wonder whether the heading "Attributes" is necessary. /users/:id
page does not add such a heading when showing custom fields (see http://www.redmine.org/users/347 for example). In addition, :label_attribute_plural
is only used in app/views/auth_sources/_form_auth_source_ldap.html.erb
.
Do you think we can remove "<h3><%= l(:label_attribute_plural) %></h3>
" from the patch?
Updated by Gregor Schmidt over 6 years ago
Thank you for reviewing this patch.
I don't have a strong opinion on this one. I've added the sub heading for cosmetic reasons. If you think it's not necessary, this is OK for me.
Updated by Go MAEDA over 6 years ago
- File 29189.patch 29189.patch added
- Assignee deleted (
Gregor Schmidt) - Target version set to 4.1.0
I have slightly changed Gregor Schmidt's patch. Setting target version to 4.1.0.
Updated by Marius BÄ‚LTEANU over 6 years ago
Go Maeda, lets have a basic test for this feature.
Updated by Mizuki ISHIKAWA over 6 years ago
I wrote a test for 20189.patch.
Updated by Gregor Schmidt over 6 years ago
Thank you very much for providing a test case.
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed the patch and test with a slight change. Thank you all for the contribution.