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 67a7741  don't need podling name searches for establish position 
resolutions
67a7741 is described below

commit 67a774107b30e8d7cc3c23e02ee5bd6bc66d8e46
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Oct 18 11:09:09 2017 -0400

    don't need podling name searches for establish position resolutions
---
 www/board/agenda/views/layout/header.js.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/board/agenda/views/layout/header.js.rb 
b/www/board/agenda/views/layout/header.js.rb
index 21f2594..e195a7f 100644
--- a/www/board/agenda/views/layout/header.js.rb
+++ b/www/board/agenda/views/layout/header.js.rb
@@ -17,7 +17,9 @@ class Header < Vue
       _div.navbar_brand @@item.title
 
       if @@item.attach =~ /^7/ and @@item.title =~ /^Establish /
-        _PodlingNameSearch item: @@item
+        if @@item.title !~ /^Establish .*Position/i
+          _PodlingNameSearch item: @@item
+        end
       end
 
       _span.clock! "\u231B" if Header.clock_counter > 0

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to