Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
plugins
guide
Commits
34a8b68d
Commit
34a8b68d
authored
Feb 08, 2019
by
David Hoksza
Browse files
step 3 of drug scenario does not clear search when going back
parent
91b3e9a7
Pipeline
#8670
passed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/js/drugs.js
View file @
34a8b68d
...
...
@@ -118,7 +118,7 @@ function initializeStoryContet($introContainer, params){
let
stepsToCarryOut
=
[];
if
(
this
.
_direction
==
'
backward
'
)
{
if
(
this
.
_currentStep
==
2
||
this
.
_currentStep
==
1
)
{
if
(
this
.
_currentStep
==
1
)
{
stepsToCarryOut
.
push
(
0
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment