Message ID | 1467197275-6949-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Dropped |
Headers | show
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id E6FB961CEC for <patchwork@ipfire.org>; Wed, 29 Jun 2016 12:47:48 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 6813E225A; Wed, 29 Jun 2016 12:47:48 +0200 (CEST) Received: from EDV.kappeln2011.lan (ip1f113f03.dynamic.kabel-deutschland.de [31.17.63.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id EF59E103F; Wed, 29 Jun 2016 12:47:46 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] BUG11137: Captive save action messes up the form Date: Wed, 29 Jun 2016 12:47:55 +0200 Message-Id: <1467197275-6949-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.7.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
When configuring the captiveportal for the first time the form will be empty after clicking on save button if not all relevant fields are set. Now the settings are stored even if there is an error. Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> --- html/cgi-bin/captive.cgi | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-)