Skip to content

Commit

Permalink
Merge branch 'bug_17678/when_we_create_a_group_we_should_go_directly_…
Browse files Browse the repository at this point in the history
…to_the_criteria_page_pr' into branches/rudder/6.1
  • Loading branch information
Jenkins CI committed Jun 18, 2020
2 parents ab0f581 + ff9e3dd commit 965b3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class CreateCategoryOrGroupPopup(
).toBox match {
case Full(x) =>
closePopup() &
onSuccessCallback(x.group.id.value) & onSuccessGroup(Right(x.group), NodeGroupCategoryId(piContainer.get))
onSuccessCallback(x.group.id.value) & onSuccessGroup(Right(x.group), NodeGroupCategoryId(piContainer.get)) & OnLoad(JsRaw("""$("[href='#groupCriteriaTab']").click();"""))
case Empty =>
logger.error("An error occurred while saving the group")
formTracker.addFormError(error("An error occurred while saving the group"))
Expand Down

0 comments on commit 965b3de

Please sign in to comment.