Skip to content

Commit

Permalink
Add wrapped callback to callback data
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Apr 15, 2023
1 parent b300267 commit 415a672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/hct_callback.be
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class CallbackData
self.value=value
self.entity=entity
self.callback_obj=callback_obj
self.callback=callback_obj.callback
self.callbackw=callback_obj.callbackw
self.value_last=entity.values.find(name)
self.value_raw=value_raw
self.trigger=trigger
Expand Down

0 comments on commit 415a672

Please sign in to comment.