Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Navigationview and items with title #26

Description

@frankbolviken

Hi,

I have a navigation view, with an form added to it

xtype: 'navigationview',
height: '100%',
width: '100%',
items: [{
xtype: 'deviationform',
height: '100%',
width: '100%'
}]

This deviationform, has this config:
config: {
height: '100%',
enableLocale: true,
locales: {
title: 'DeviationForm.title'
},

The issue is that this title is not added to the navigationbar.. its just set on the container (not pushed to navigationview's titlebar). This works fine if you dont use locale, and just set title: "sometitle" directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions