partkeepr

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

commit 96cf701d73380ee41eff35a9ef47e007cd8bd886
parent a3a8f149b9dea3ab03b377d138e31ca765094106
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  1 Jul 2015 23:37:17 +0200

Added ExtJS data model update bugfix to the index file

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/views/index.html.twig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig @@ -38,6 +38,7 @@ 'js/packages/extjs6/build/ext-all-debug.js' 'js/packages/extjs6/build/packages/charts/classic/charts.js' 'js/packages/extjs6/build/packages/ux/classic/ux.js' + '@PartKeeprFrontendBundle/Resources/public/js/ExtJS/Bugfixes/Ext.data.Model-EXTJS-15037.js' '@PartKeeprFrontendBundle/Resources/public/js/Util/i18n.js' '@PartKeeprFrontendBundle/Resources/public/js/Util/JsonWithAssociationsWriter.js' '@PartKeeprFrontendBundle/Resources/public/js/PartKeepr.js'