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 2019/11/30 01:45:43 UTC

[whimsy] branch master updated: Show AvailId

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 81acfc0  Show AvailId
81acfc0 is described below

commit 81acfc0d5bcb03582339a43c3ffafa8d861ab406
Author: Sebb <se...@apache.org>
AuthorDate: Sat Nov 30 01:45:30 2019 +0000

    Show AvailId
---
 www/secretary/workbench/views/forms/icla2.js.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/secretary/workbench/views/forms/icla2.js.rb b/www/secretary/workbench/views/forms/icla2.js.rb
index 1530911..91be584 100644
--- a/www/secretary/workbench/views/forms/icla2.js.rb
+++ b/www/secretary/workbench/views/forms/icla2.js.rb
@@ -75,6 +75,11 @@ class ICLA2 < Vue
           _th 'File Name'
           _td @icla && @icla.filename
         end
+
+        _tr do
+          _th 'AvailId'
+          _td @icla && @icla.id
+        end
       end
 
       _h5 'Updated values'