From e76c147b65139f6a280f0b3902a5dd448f9ec910 Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Wed, 20 Sep 2023 10:53:27 -0400 Subject: [PATCH] owner is no longer a form field. --- umap/static/umap/js/umap.forms.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/umap/static/umap/js/umap.forms.js b/umap/static/umap/js/umap.forms.js index e151f9d9..587549a5 100644 --- a/umap/static/umap/js/umap.forms.js +++ b/umap/static/umap/js/umap.forms.js @@ -939,10 +939,6 @@ L.U.FormBuilder = L.FormBuilder.extend({ defaultOptions: { name: { label: L._('name') }, - owner: { - label: L._('owner'), -// handler: 'BlurInput', // this field should be hidden, not sure if blur does it. - }, description: { label: L._('description'), handler: 'Textarea',