Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make decision table use last scriptTable class in scenarios #620

Merged
merged 2 commits into from Feb 8, 2015
Merged

Make decision table use last scriptTable class in scenarios #620

merged 2 commits into from Feb 8, 2015

Conversation

fhoeben
Copy link
Collaborator

@fhoeben fhoeben commented Feb 8, 2015

Previously when you had your own scriptTable subclass and you wanted a decisionTable calling a scenario to use that scriptTable subclass you had to define your own scenarioTable subclass.
With this change that is no longer needed. A 'standard' scenario called by a decisionTable will use the last-used scriptTable class for its children.

…ubclass, not script table.

This removes the need to have a scenario table subclass just to use a different script table class from a decision table
@amolenaar amolenaar added this to the Next release milestone Feb 8, 2015
@amolenaar amolenaar merged commit e9db2d2 into unclebob:master Feb 8, 2015
amolenaar added a commit that referenced this pull request Feb 8, 2015
Make decision table use last scriptTable class in scenarios
@fhoeben fhoeben deleted the ScenariosAskParentForScriptType branch February 10, 2015 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants