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
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
It would be nice if we could describe some fields with
@ContextVariable
in the parent class. For example:And in this case, there are two registered steps -
FooStep
andBarStep
.For both of them
WizardStep#bindFields(Bundle args)
should process in line 84 two fields:FooStep
->foo
andcommon
BarStep
->bar
andcommon
It is easy to achieve - it should check all class parents (until it hits
WizardStep
class) and push them to thefields
list.The text was updated successfully, but these errors were encountered: