partkeepr

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

commit f090699534fbeae93206df44cc8e0841d55ade77
parent 6be9e31f1b711a50dba5ec3bf57e6b35d9a03e13
Author: Felicia Hummel <felicia@drachenkatze.org>
Date:   Sun,  8 Jul 2018 02:54:20 +0200

Fixed issue where clicking the login button does trigger an error, fixes #978

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Auth/LoginDialog.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Auth/LoginDialog.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Auth/LoginDialog.js @@ -63,7 +63,7 @@ Ext.define('PartKeepr.LoginDialog', { { text: i18n("Connect"), iconCls: "web-icon connect", - handler: Ext.bind(this.login, this) + handler: 'login' }, { text: i18n("Close"), iconCls: "web-icon cancel",