This question has been flagged
1 Reply
3331 Views

http://i1224.photobucket.com/albums/ee361/aviot/Screenshotfrom2014-08-29104534.png

I want remove (26)(2)(45)... etc,but can't find solutions

Avatar
Discard
Best Answer

You can change the 'view_list.js' file.

Replace code from:

$group_column.html(_.str.sprintf(_t("%s (%d)"),
                    group_label, group.length));

To:

$group_column.html(_.str.sprintf(_t("%s"),
                    group_label));

Change will be applied to all list views and will not show total number of records in a group.

Avatar
Discard

You should mention, that this replacement will remove all numbers in all group-by views.

Author

Thank you but I don't have karma to upvote or select answer..

It will be ok. Your issue is solved. :)