Skip to content

Commit

Permalink
Merge branch 'branches/rudder/3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Jul 23, 2015
2 parents 6f4e87b + da4a6bf commit 5e5cea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ case class RuleApiService6 (
case Some(parent) =>
writeRuleCategory.updateAndMove(update, parent, modId, actor, reason)
case None =>
writeRuleCategory.update(update, modId, actor, reason)
writeRuleCategory.updateAndMove(update, parent, modId, actor, reason)
}
category <- getCategoryInformations(update,updatedParent,MinimalDetails)
} yield {
Expand Down

0 comments on commit 5e5cea0

Please sign in to comment.