diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js index d47b5d6c1a..ca80eb56dd 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js @@ -80,6 +80,7 @@ define(function(require) { function _html() { return TemplateHTML({ + 'uniqueId': UniqueId.id(), 'userInputsHTML': UserInputs.html(), 'customTagsTableHTML': CustomTagsTable.html(), 'contextFilesTableHTML': this.contextFilesTable.dataTableHTML diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context/html.hbs b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context/html.hbs index 7e54e8e0aa..ffcc2fb36c 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context/html.hbs +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context/html.hbs @@ -36,19 +36,19 @@