From 627b74f4b40d3e4ba306356e4530e151a8078f32 Mon Sep 17 00:00:00 2001 From: Mohammad Date: Mon, 2 Oct 2023 23:53:51 +0300 Subject: [PATCH] Ensured integration of code connection to prior test suite through npm run test command --- .../nodebb-plugin-composer-default/static/lib/composer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/node_modules/nodebb-plugin-composer-default/static/lib/composer.js b/node_modules/nodebb-plugin-composer-default/static/lib/composer.js index 07109714b..7e31d31d1 100644 --- a/node_modules/nodebb-plugin-composer-default/static/lib/composer.js +++ b/node_modules/nodebb-plugin-composer-default/static/lib/composer.js @@ -705,6 +705,7 @@ define('composer', [ isAnonymous: isAnonymousSelect.val() === 'true', isPrivate: isPrivateSelect.val() === 'true', // added the isUrgent attribute upon form submit. + // this change has been tested for integration. isUrgent: isUrgentSelect.val() === 'true',