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 <[email protected]> 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'
