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 f0750fd9 Ignore template line
f0750fd9 is described below

commit f0750fd969b57144d337d5e479a22ca82c9b7c33
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 6 13:12:03 2026 +0000

    Ignore template line
---
 www/secretary/workbench/views/memapp.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/memapp.json.rb 
b/www/secretary/workbench/views/memapp.json.rb
index f89d7738..565fc957 100644
--- a/www/secretary/workbench/views/memapp.json.rb
+++ b/www/secretary/workbench/views/memapp.json.rb
@@ -3,6 +3,6 @@ require 'whimsy/asf/meeting-util'
 # parse and return the contents of the latest memapp-received file
 
 # Application expiry is now handled by the GUI
-table = ASF::MeetingUtil.parse_memapp_to_h.sort_by{|k| k[:name]}
+table = ASF::MeetingUtil.parse_memapp_to_h.reject{|k| 
k[:id]=='<id>'}.sort_by{|k| k[:name]}
 
 {received: table}

Reply via email to