You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/06/12 12:34:25 UTC

[whimsy] branch master updated: Extra reminders of changes

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 ab3cccd2 Extra reminders of changes
ab3cccd2 is described below

commit ab3cccd2b904106f7f7cc9f165daa58566d2f9d7
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 12 13:34:19 2022 +0100

    Extra reminders of changes
---
 www/secretary/workbench/views/parts.js.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/secretary/workbench/views/parts.js.rb b/www/secretary/workbench/views/parts.js.rb
index 54bda061..5c476e79 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -200,6 +200,8 @@ class Parts < Vue
             _input type: 'hidden', name: 'signature_not_armored', value: @signature_not_armored
             _input type: 'hidden', name: 'unsigned', value: @unsigned
             _input type: 'hidden', name: 'script_font', value: @script_font
+            # the above entries must agree with the checked: entries below
+            # also any new entries must be added to the backend script incomplete.json.rb
 
             # Defer processing (must be part of POST block)
 
@@ -324,6 +326,8 @@ class Parts < Vue
               end
             end
 
+            # N.B. The checked: variable names must be reflected in the file incomplete.json.jb
+
             _label do
               _input type: 'radio', name: 'doctype', value: 'resubmit',
                 onClick: self.reject