This is an automated email from the ASF dual-hosted git repository.
sebb 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 44d8a04d Clarify behaviour
44d8a04d is described below
commit 44d8a04d07029b4f2c7f77ec8a7338dd6b71382b
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 12 19:50:52 2023 +0100
Clarify behaviour
---
www/officers/unlistedclas.cgi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/officers/unlistedclas.cgi b/www/officers/unlistedclas.cgi
index 7c65337c..9a23162e 100755
--- a/www/officers/unlistedclas.cgi
+++ b/www/officers/unlistedclas.cgi
@@ -21,7 +21,7 @@ def emit_form(search=nil, value=nil)
_whimsy_forms_subhead(label: 'Enter search term')
field = 'search'
_whimsy_forms_input(label: 'Search for', name: field, id: field,
- value: search, helptext: 'Enter email address'
+ value: search, helptext: 'Enter email address. Must match the field on
the ICLA exactly.'
)
if value
field = 'match'
@@ -48,7 +48,8 @@ _html do
},
helpblock: -> {
_p %{
- This script allows officers and members to search for CLAs from
prospective committers
+ This script allows officers and members to search for CLAs from
prospective committers.
+ You can only search by email address, as names are not unique.
}
},
) do