Skip to content

Commit

Permalink
#1010 re-naming to VP_EDIT_FAILURE and VP_RCP_FAILURE for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
naleeha committed Dec 5, 2023
1 parent 2441862 commit 351a5b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ case class CloseDialogViewPortAction(vpId: String) extends ViewPortAction
new Type(value = classOf[CloseDialogViewPortAction], name = "CLOSE_DIALOG_ACTION"),
new Type(value = classOf[NoAction], name = "NO_ACTION"),
new Type(value = classOf[ViewPortEditSuccess], name = "VP_EDIT_SUCCESS"),
new Type(value = classOf[ViewPortEditFailure], name = "VP_EDIT_FAIL"),
new Type(value = classOf[ViewPortEditFailure], name = "VP_EDIT_FAILURE"),
new Type(value = classOf[ViewPortRpcSuccess], name = "VP_RCP_SUCCESS"),
new Type(value = classOf[ViewPortRpcFailure], name = "VP_RCP_FAIL"),
new Type(value = classOf[ViewPortRpcFailure], name = "VP_RCP_FAILURE"),
))
trait ViewPortActionMixin {}

0 comments on commit 351a5b2

Please sign in to comment.