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 e666eed Docco
e666eed is described below
commit e666eedb0bd6f5ef0e4ff82dddb4a7efa9575ad8
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 19 13:32:21 2022 +0000
Docco
---
www/secretary/workbench/views/actions/incomplete.json.rb | 1 +
www/secretary/workbench/views/parts.js.rb | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/secretary/workbench/views/actions/incomplete.json.rb
b/www/secretary/workbench/views/actions/incomplete.json.rb
index 381a376..4b39211 100644
--- a/www/secretary/workbench/views/actions/incomplete.json.rb
+++ b/www/secretary/workbench/views/actions/incomplete.json.rb
@@ -11,6 +11,7 @@ _extract_project
# email submitter #
########################################################################
+# The keys below must agree with the checkbox names in parts.js.rb
REASONS = {
'@missing_address' => 'missing or incomplete postal address',
'@missing_email' => 'missing email address',
diff --git a/www/secretary/workbench/views/parts.js.rb
b/www/secretary/workbench/views/parts.js.rb
index 07452c8..e78cc88 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -207,6 +207,7 @@ class Parts < Vue
_span 'incomplete form (select missing items below first)'
end
+ # The checked: variable names must be reflected in the file
incomplete.json.jb
_ul do
_li do
_label do