Opened 16 years ago

Closed 15 years ago

#257 closed defect (fixed)

Digitize: Saving of attributes of digitize object fails when id of attribute field is a javascript keyword

Reported by: verenadiewald Owned by: verenadiewald
Priority: minor Milestone: 2.6 release
Component: digitizing Version: 2.5 rc4
Keywords: Cc:

Description

Saving attributes of digitize objects fails when the id of one of the attribute input fields is a javascript keyword (for example an attribute field named length)

Change History (4)

comment:1 by verenadiewald, 16 years ago

Status: newassigned

comment:2 by verenadiewald, 16 years ago

added "mb_digitize_form_" string to id value of input fields to avoid javascript error when id value is a javascript keyword (example: id='length', will be now id='mb_digitize_form_length')

comment:3 by verenadiewald, 16 years ago

A solution has to be found for the select boxes which are defined in database, so id of these select boxes has to be set correctly in the wfs configuration in field f_form_html

comment:4 by verenadiewald, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.