This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7d25917 Sort and update count
7d25917 is described below
commit 7d2591709ddc037b923a68029dfe17d8152a1e79
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 12 01:24:31 2020 +0100
Sort and update count
---
www/roster/views/actions/memstat.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/views/actions/memstat.json.rb
b/www/roster/views/actions/memstat.json.rb
index b9c5397..32e8a5f 100644
--- a/www/roster/views/actions/memstat.json.rb
+++ b/www/roster/views/actions/memstat.json.rb
@@ -53,7 +53,7 @@ if @action == 'emeritus' or @action == 'active' or @action ==
'deceased'
text.insert index, entry
# return the updated (and normalized) text and extra svn command
- [text, extra]
+ [ASF::Member.normalize(text), extra]
end
end