Opened 16 years ago
Closed 16 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 , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
comment:3 by , 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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')