mysociety / fms-endpoint

basic problem-reports database and Open311 server, suitable for use with http://fixmystreet.org
Other
14 stars 24 forks source link

allow 'fms_id' as a synonym for the attribute 'external_id' in incoming reports #19

Open davewhiteland opened 12 years ago

davewhiteland commented 12 years ago

Since we're anticipating some special handing within FMS for FMS-endpoint (in order to send the FMS report's id with each request) there's a case for using fms_id to avoid nameclashes with external_id.

Actually this is already configurable so this is as simple as changing the default, once we've updated FMS to handle it.

It's unlikely to matter, but may as well head this off at the pass before it happens.