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
{{ message }}
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
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.
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.