This is an automated email from the ASF dual-hosted git repository. clr pushed a commit to branch clr-apache-patch-1 in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 671f275476386d51c76a7d7dbed6360aaca84251 Author: Craig L Russell <[email protected]> AuthorDate: Wed Mar 19 12:56:39 2025 -0700 Remove check for project when creating new account for ICLA --- www/secretary/workbench/views/forms/icla.js.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/secretary/workbench/views/forms/icla.js.rb b/www/secretary/workbench/views/forms/icla.js.rb index dd1eb638..b74706e9 100644 --- a/www/secretary/workbench/views/forms/icla.js.rb +++ b/www/secretary/workbench/views/forms/icla.js.rb @@ -225,8 +225,6 @@ class ICLA < Vue project = document.querySelector('select[name=project]') votelink = document.querySelector('input[name=votelink]') - valid &&= project.validity.valid - # project votelink are only required with valid users; only validate # votelink if the user is valid if user.validity.valid and user.value.length > 0
