You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/06 01:41:28 UTC

[whimsy] 02/02: show Approved instead of Fixed for podling name searches

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 5a1942a2bf653490b3ffe732757af4e8472dae52
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jul 5 21:41:09 2017 -0400

    show Approved instead of Fixed for podling name searches
---
 www/roster/views/ppmc/main.js.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 3449073..ff1450e 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -162,9 +162,11 @@ class PPMC < React
 
     # website and naming
     _h3 'Naming'
+    resolution = @ppmc.namesearch.resolution
+    resolution = 'Approved' if resolution == 'Fixed'
     _ul do
       _li do
-        _a "Podling name search (#{@ppmc.namesearch.resolution})", href: 'https://issues.apache.org/jira/browse/' + @ppmc.namesearch.issue
+        _a "Podling name search (#{resolution})", href: 'https://issues.apache.org/jira/browse/' + @ppmc.namesearch.issue
       end if @ppmc.namesearch
       _li.podlingWarning do
         _a "No Podling Name Search on file", href: 'https://incubator.apache.org/guides/names.html#name-search'

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.