From c8d5c38e4cfe9904b3daafe13ccdb30035d81a03 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 16 Jan 2026 16:38:40 +0100 Subject: [PATCH] Solve problem when Action Text raises on missing attachables I created this https://github.com/basecamp/lexxy/pull/596 to address this for good but it is still happening in production. Locally I don't manage to reproduce the issue. This will be solved for good once we go back to vanilla action text with the new Rails adapter, so I will go with this is a temporary patch for now. --- .../cards/action_text/attachables/_missing_attachable.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/cards/action_text/attachables/_missing_attachable.html.erb diff --git a/app/views/cards/action_text/attachables/_missing_attachable.html.erb b/app/views/cards/action_text/attachables/_missing_attachable.html.erb new file mode 100644 index 000000000..5ffd93b89 --- /dev/null +++ b/app/views/cards/action_text/attachables/_missing_attachable.html.erb @@ -0,0 +1 @@ +<%= "☒" -%>