You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I was wondering why there's no test that would catch it, and I don't think I see the use case for @action, but it does seem to be error prone if it really refers to the entry action (not the actual action containing it if nested calls). What's a sensible use case that might go in test-db.kf?
Currently the
@action
modifier is not inserting the action name into the database.On this query (ignore the column names, I was using a different schema for testing), I execute:
And receive this value in the table:
Currently,
@action
is listed as a supported feature for the next release.Question: Should this be fixed before the next release, or should we remove this as a feature in the upcoming release?
The text was updated successfully, but these errors were encountered: