Skip to content

Commit

Permalink
Add more fields to CailaEntityActivatorContext.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvoloshin committed Oct 22, 2021
1 parent 264c07c commit e427f7e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ data class CailaEntityActivatorContext(
) : StrictActivatorContext(), java.io.Serializable {

val entity = entityData.entity
val value = entityData.value
val text = entityData.text

companion object {
private const val serialVersionUID = 1L
Expand Down

0 comments on commit e427f7e

Please sign in to comment.