You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2021/10/16 00:45:43 UTC

[whimsy] branch workbench-remove-missing-phone created (now b3b6e53)

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

clr pushed a change to branch workbench-remove-missing-phone
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


      at b3b6e53  Update parts.js.rb

This branch includes the following new commits:

     new b3b6e53  Update parts.js.rb

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[whimsy] 01/01: Update parts.js.rb

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch workbench-remove-missing-phone
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit b3b6e53d08b93ffd89c16b9162beae3d75ce40d0
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Fri Oct 15 17:45:37 2021 -0700

    Update parts.js.rb
    
    Remove "missing phone" from "incomplete ICLA"
---
 www/secretary/workbench/views/parts.js.rb | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/www/secretary/workbench/views/parts.js.rb b/www/secretary/workbench/views/parts.js.rb
index c54591c..ebffe73 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -165,13 +165,6 @@ class Parts < Vue
             spacer = "\u00A0"*4 # non-breaking space as UTF-8
             _label do
               _ spacer
-              _input type: 'checkbox', checked: @missing_phone,
-              onClick:-> {@missing_phone = !@missing_phone}
-              _span ' missing phone number'
-            end
-
-            _label do
-              _ spacer
               _input type: 'checkbox', checked: @missing_address,
               onClick:-> {@missing_address = !@missing_address}
               _span ' missing or partial postal address'