Skip to content

Commit

Permalink
Merge pull request #661 from VinceMacBuche/bug_5709/Create_new_directive
Browse files Browse the repository at this point in the history
Fixes #5709: Create directive form is now always accessible
  • Loading branch information
ncharles committed Nov 19, 2014
2 parents 9407ec2 + 7048ab0 commit 7e8cb6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -400,7 +400,7 @@ class DirectiveManagement extends DispatchSnippet with Loggable {
updateDirectiveSettingForm(activeTechnique, directive,None, workflowEnabled, true)
//Update UI
Replace(htmlId_policyConf, showDirectiveDetails) &
Replace(html_techniqueDetails, NodeSeq.Empty) &
SetHtml(html_techniqueDetails, NodeSeq.Empty) &
JsRaw("""createTooltip(); scrollToElement('%s')""".format(htmlId_policyConf))
}
).popupContent
Expand Down

0 comments on commit 7e8cb6c

Please sign in to comment.