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 2019/05/10 14:52:52 UTC

[whimsy] branch master updated: no PNS search needed for committees

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


The following commit(s) were added to refs/heads/master by this push:
     new d21a9f1  no PNS search needed for committees
d21a9f1 is described below

commit d21a9f1b2ca35c2fb1f49d96fe322678c10dd9e5
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri May 10 10:52:22 2019 -0400

    no PNS search needed for committees
---
 www/board/agenda/views/layout/header.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/layout/header.js.rb b/www/board/agenda/views/layout/header.js.rb
index 579fec6..d05cad2 100644
--- a/www/board/agenda/views/layout/header.js.rb
+++ b/www/board/agenda/views/layout/header.js.rb
@@ -17,7 +17,7 @@ class Header < Vue
       _div.navbar_brand @@item.title
 
       if @@item.attach =~ /^7/ and @@item.title =~ /^Establish /
-        if @@item.title !~ /^Establish .*Position/i
+        if @@item.title !~ /^Establish .*(Position|Committee)/i
           _PodlingNameSearch item: @@item
         end
       end