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
There is no such predicate as "submitted_some_of" you have to add _level,
or _resource or _type. The checker should return true for "unlock_on_date"
no matter what the date is. I'll have to look into this.
The checker is too restrict that it only allow the unlock condition to depend on other actions.
The condition "submitted_some_of" and "unlock_on_date" do not have any dependency on a specific action, the unreachable checker returns error.
The example is one event has the following unlock predicate:
submitted_some_of_level(1, 3) or unlock_on_date("2014-01-26")
The text was updated successfully, but these errors were encountered: