From 722483b6bfc6e89ae5359013ba63e723434219e9 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 6 Mar 2026 16:16:23 +0000 Subject: [PATCH] Bug 36698: Expand nested object values in diff table When the diff column contains a value that is itself an object (e.g. a set of granular subpermissions such as {"override_renewals":1,"manage_curbside_pickups":1}), the previous renderer would JSON.stringify it into a single unreadable cell. This follow-up makes fmt() recurse into objects, rendering them as an indented