partkeepr

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

commit c8aef253ac1db9defcff1279370aae9cf1780382
parent a7c63b071a33ee4a581f0c62bd93e35f18ef09fc
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Fri,  6 May 2016 20:21:54 +0200

Merge pull request #662 from partkeepr/PartKeepr-659

Write the database configuration values for PostgreSQL in the correct…
Diffstat:
Mweb/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js b/web/setup/js/Cards/DatabaseParametersCard.PostgreSQL.js @@ -189,7 +189,7 @@ Ext.define('PartKeeprSetup.DatabaseParametersCard.PostgreSQL', { var config = PartKeeprSetup.getApplication().getSetupConfig(); Ext.merge(config, { - database: { + values: { database_driver: 'pdo_pgsql', database_host: this.hostname.getValue(), database_user: this.username.getValue(),