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 8aea2cd ignore notes check in text environment
8aea2cd is described below
commit 8aea2cdd5d307aeb8306086448d6b35d4ac23bd2
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Mar 18 18:05:16 2021 -0400
ignore notes check in text environment
committee-info.txt isn't mocked
---
www/board/agenda/views/models/agenda.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/models/agenda.js.rb
b/www/board/agenda/views/models/agenda.js.rb
index bdbf58e..a517f42 100644
--- a/www/board/agenda/views/models/agenda.js.rb
+++ b/www/board/agenda/views/models/agenda.js.rb
@@ -576,7 +576,7 @@ class Agenda
if self.missing and Agenda.meeting_day
return true if @to == 'president'
- return true unless @notes
+ return true unless @notes or Server.userid == 'test'
return false
end