From e6e8ae4f3fbb6bd7e522e081cc7c67ecf856691e Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Mon, 3 Feb 2025 07:55:52 -0600 Subject: [PATCH] Fix incorrect Handlebars context reference in input names Updated the Handlebars template to correctly reference the parent context for `item_id` using `../item_id` instead of `item_id`. This ensures the input field names are properly constructed within nested loops, avoiding potential data binding issues. --- src/templates/settings-tags-and-categories.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/settings-tags-and-categories.hbs b/src/templates/settings-tags-and-categories.hbs index 232d97c..b691419 100644 --- a/src/templates/settings-tags-and-categories.hbs +++ b/src/templates/settings-tags-and-categories.hbs @@ -11,14 +11,14 @@ {{#each collection}} - - + + {{else}} - - + + {{/each}}