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

Moved async tab handling for ez-content-view to ez-server-side-content #28

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

dpobel
Copy link
Contributor

@dpobel dpobel commented Jul 7, 2017

Description

While writing the how to: render tabs in ezsystems/hybrid-platform-ui#62, I figured out that handling the asynchronous tab loading is <ez-content-view> instead of <ez-server-side-content> is wrong:

  • we might/will have asynchronous tabs in other type of pages (for instance while viewing a Section)
  • this makes harder for people extending Hybrid Platform UI to reuse that (and harder for me to document how to do that :-))

So this patch just moves the asynchronous tab loading from <ez-content-view> to <ez-server-side-content>

Tests

manual test + unit tests

@dpobel dpobel merged commit 0665692 into master Jul 11, 2017
@dpobel dpobel deleted the async_tab_simplification branch July 11, 2017 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants