partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0116644d8b78e353332077ba2e560df19a15755d
parent 2d42bbda92c84e417ddcf6f0edeffab97118cfe6
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 26 Sep 2015 19:57:21 +0200

Use the property "title" instead of "name" for system notice editor titles

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/SystemNotice/SystemNoticeEditorComponent.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/SystemNotice/SystemNoticeEditorComponent.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/SystemNotice/SystemNoticeEditorComponent.js @@ -8,6 +8,7 @@ Ext.define('PartKeepr.SystemNoticeEditorComponent', { editorClass: 'PartKeepr.SystemNoticeEditor', newItemText: i18n("New System Notice"), model: 'PartKeepr.CoreBundle.Entity.SystemNotice', + titleProperty: "title", initComponent: function () { this.createStore({