You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by GitBox <gi...@apache.org> on 2021/10/17 11:35:18 UTC

[GitHub] [whimsy] sebbASF commented on a change in pull request #126: Update parts.js.rb

sebbASF commented on a change in pull request #126:
URL: https://github.com/apache/whimsy/pull/126#discussion_r730400438



##########
File path: www/secretary/workbench/views/parts.js.rb
##########
@@ -163,13 +163,6 @@ def render
             _input type: 'hidden', name: 'missing_email', value: @missing_email
 
             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

Review comment:
       These are not the only references to missing_phone




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@whimsical.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org