Opened 15 years ago

Closed 15 years ago

#464 closed defect (duplicate)

WFS configuration: HTML input is not working.

Reported by: bleukert Owned by: dev
Priority: minor Milestone: 2.6 release
Component: wfs Version: 2.6 rc1
Keywords: Cc:

Description

If you create a select list in the HTML field of the WFS configuration it's
not displayed when trying to save a digitized geometry. Also a customized
input filed of type text is not working.

Examples (which are working in Mapbender 2.4.4)

<select name='agro_env' id='agro_env'>
<option>Va rugam selectati</option>
<option value='nu'>NU</option>
<option value='P1'>P1-PAJISTI CU INALTA VALOARE NATURALA</option>
<option value='P1.2'>P1.2-PRACTICI AGRICOLE TRADITIONALE</option>
<option value='P3.1'>P3.1-PAJISTI IMPORTANTE PENTRU PASARI CREX CREX</option>
<option value='P3.2'>P3.2-PAJISTI IMPORTANTE PENTRU PASARI LANIUS MINOR</option>
<option value='P4'>P4-CULTURI VERZI</option>
</select>

<input type='text' name='farm_id' id='farm_id' size='11' maxlength='11' value='farm_id' disabled>

Change History (1)

comment:1 by bleukert, 15 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.