partkeepr

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

commit 70c5636b1049534286fc48c9f0443bf5a4e3d1af
parent 5be4923568be2f4fa710a5357bce3129453c34c3
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  3 May 2013 12:14:51 +0200

Made hint working again

Diffstat:
Msrc/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js b/src/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js @@ -160,7 +160,7 @@ Ext.define('PartKeeprSetup.DatabaseParametersCard.PostgreSQL', { host = "&lt;YOUR-CONNECTING-IP&gt;"; } - this.createHintTemplate.overwrite(Ext.get("postgresql-parameters-hint").getEl(), { + this.createHintTemplate.overwrite(Ext.getCmp("postgresql-parameters-hint").getEl(), { localhost: host, user: this.username.getValue(), password: this.password.getValue(),