partkeepr

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

commit e305b9ef9cae458496206199f40073a91ecf57c9
parent 6df74373371a6f42d92d564f92e283ebd1a24aa6
Author: Felicia Hummel <felicia@drachenkatze.org>
Date:   Mon, 25 Jun 2018 22:18:22 +0200

Added more verbose error and corresponding wiki entry

Diffstat:
Mweb/setup/js/SetupTests/WebserverTest.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/setup/js/SetupTests/WebserverTest.js b/web/setup/js/SetupTests/WebserverTest.js @@ -10,7 +10,7 @@ Ext.define('PartKeeprSetup.WebserverTest', { this.success = false; this.resultMessage = "Web Server misconfiguration"; this.errors = ['Web Server Configuration error. Please read our <a href="https://wiki.partkeepr.org/wiki/KB00005:Web_Server_Configuration" target="_blank">wiki about the proper web server configuration</a>', response.responseText]; - + this.errors.push('Error 1: Tried to send a POST request to setup/webserverTest and it did not succeed.'); if (this.callback) { this.callback.appendTestResult(this); }