Changes between Initial Version and Version 1 of Ticket #21496


Ignore:
Timestamp:
Nov 22, 2013, 4:02:24 PM (11 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21496

    • Property Triage Stage UnreviewedAccepted
  • Ticket #21496 – Description

    initial v1  
    11If I use a TextInput widget to edit a PointField, form validation crashes because the widget doesn't have a `map_srid`.
    22
    3 The string representation of a Point using the default srid (4326) doesn't define the SRID, which is unfortunate.
     3The string representation of a Point using the default srid (4326) doesn't define the SRID, which is unfortunate.
     4{{{
    45  >> p.srid
    56  4326
     
    1011  >> p2.srid
    1112  None
    12 
     13}}}
    1314I think the best solution would be to allow the field to transform the value into whatever the default is set as for the field, unless otherwise specified by the widget.
    1415
Back to Top