From 083caf00c61f9273522bb19a0cd89b83606808ec Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 30 Aug 2022 17:04:25 +0200 Subject: Adapt Delete image to work with several ogServers This commit makes Delete image view to use ogServer field from imagesForm to send the deletion request to the correct ogServer. --- ogcp/forms/action_forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/forms') diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index a7bb5b4..dcf4965 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -18,6 +18,7 @@ from flask_babel import _ class GenericForm(FlaskForm): ips = HiddenField() ids = HiddenField() + server = HiddenField() submit = SubmitField(label=_l('Submit')) -- cgit v1.2.3-18-g5258