diff --git a/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab.js b/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab.js index 6fa18c39a9..cc6858581a 100644 --- a/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab.js +++ b/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab.js @@ -18,6 +18,7 @@ define(function(require) { // Dependencies var Locale = require('utils/locale'); var Tips = require('utils/tips'); + var Locks = require('utils/lock'); var TemplatesTable = require('tabs/templates-tab/datatable'); var TemplateUtils = require('utils/template-utils'); @@ -62,6 +63,7 @@ define(function(require) { var that = this; Tips.setup(role_section); + Locks.setup(role_section); this.templatesTable.initialize(); this.templatesTable.idInput().attr("required", ""); diff --git a/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs b/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs index b928ce6a06..2ae042fde9 100644 --- a/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs +++ b/src/sunstone/public/app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs @@ -154,6 +154,7 @@