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
I think something is happening with InlinePanels, because if I add FieldPanel with text field specified to the second tab, like this: ObjectList([InlinePanel('home_info_tab_keys'), FieldPanel('text')], heading='INFO TABS'),
Now "INFO TABS" tab is showing up only with text field to translate, InlinePanels are still in "BANNERS" tab.
The text was updated successfully, but these errors were encountered:
I have a home page with
TabbedInterface
which looks like this:Now I sync home pages. When I translate them, InlinePanels from second tab shows in first tab("BANNERS")
InfoTabs Orderable for
InlinePanel('home_info_tab_keys')
I think something is happening with InlinePanels, because if I add
FieldPanel
with text field specified to the second tab, like this:ObjectList([InlinePanel('home_info_tab_keys'), FieldPanel('text')], heading='INFO TABS'),
Now "INFO TABS" tab is showing up only with
text
field to translate, InlinePanels are still in "BANNERS" tab.The text was updated successfully, but these errors were encountered: