You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/12/13 17:09:56 UTC

[whimsy] branch master updated: show completed change chair actions

This is an automated email from the ASF dual-hosted git repository.

rubys 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 da8400e  show completed change chair actions
da8400e is described below

commit da8400ed8b90571d379c9cb9df0a95d991020759
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Dec 13 12:09:42 2017 -0500

    show completed change chair actions
---
 www/board/agenda/views/pages/adjournment.js.rb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/www/board/agenda/views/pages/adjournment.js.rb b/www/board/agenda/views/pages/adjournment.js.rb
index f7624c8..39d5f8d 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -79,6 +79,7 @@ class Adjournment < Vue
         if 
           completed and completed.keys().length > 0 and (
           (completed.added and not completed.added.empty?) or 
+          (completed.changed and not completed.changed.empty?) or
           (completed.removed and not completed.removed.empty?) or
           (completed.established and not completed.established.empty?) or 
           (completed.feedback_sent and not completed.feedback_sent.empty?))
@@ -92,6 +93,13 @@ class Adjournment < Vue
             end
           end
 
+          if completed.changed and not completed.changed.empty?
+            _p 'Changed PMC chairs'
+            _ul completed.changed do |pmc|
+              _li {_a pmc, href: "../../../roster/committee/#{pmc}"}
+            end
+          end
+
           if completed.removed and not completed.removed.empty?
             _p 'Removed from PMC chairs'
             _ul completed.removed do |id|

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].