Skip to content

Commit 9ab53e9

Browse files
Fixes adding of JS to submission wizard
Issue: documentacao-e-tarefas/scielo#859 Signed-off-by: Jhon <jhon@lepidus.com.br>
1 parent 0d32902 commit 9ab53e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ScieloScreeningPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function modifySubmissionSteps($hookName, $params)
185185
);
186186

187187
$templateMgr->addJavaScript(
188-
'dataStatementForm',
188+
'scieloScreeningEditSubmissionWizard',
189189
$this->getPluginFullPath() . '/js/EditSubmissionWizard.js',
190190
[
191191
'priority' => TemplateManager::STYLE_SEQUENCE_LAST,

version.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>
99
<application>scieloScreening</application>
1010
<type>plugins.generic</type>
11-
<release>2.1.6.1</release>
12-
<date>2025-11-24</date>
11+
<release>2.1.6.2</release>
12+
<date>2025-11-25</date>
1313
<lazy-load>1</lazy-load>
1414
<class>ScieloScreeningPlugin</class>
1515
</version>

0 commit comments

Comments
 (0)