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

Feature/druid component context #32

Merged
merged 20 commits into from
Jan 11, 2020
Merged

Conversation

Insality
Copy link
Owner

@Insality Insality commented Dec 5, 2019

Merge this first: #31

Way to solve the druid context inside other components problem?

No more self.parent and self.parent.parent inside callbacks
More explicit way for create components inside other components

See checkbox:on_click changes, in all way - button send 'self' inside other component as self of creator
To get druid inside components for creation other components use: helper.get_druid(self)

@Insality Insality requested a review from AGulev December 5, 2019 19:43
@Insality Insality mentioned this pull request Dec 5, 2019
@Insality Insality changed the base branch from master to develop December 5, 2019 20:53
@Insality Insality changed the title WIP: (wait other PR) Feature/druid component context Feature/druid component context Jan 11, 2020
@Insality Insality merged commit 6cb3b78 into develop Jan 11, 2020
@Insality Insality deleted the feature/druid-component-context branch January 11, 2020 12:17
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.

2 participants