mpeltriaux
c98f41c9a8
* adds handler code list usage to forms and models * updates tests * extends API for handler code handling
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
[
|
|
[
|
|
[
|
|
7.845568656921382,
|
|
50.79829702304368
|
|
],
|
|
[
|
|
7.837371826171871,
|
|
50.80155187891526
|
|
],
|
|
[
|
|
7.835698127746578,
|
|
50.805267562209806
|
|
],
|
|
[
|
|
7.841062545776364,
|
|
50.806623577403386
|
|
],
|
|
[
|
|
7.848916053771969,
|
|
50.808359219420474
|
|
],
|
|
[
|
|
7.855696678161618,
|
|
50.807057493952975
|
|
],
|
|
[
|
|
7.854666709899899,
|
|
50.80423696434001
|
|
],
|
|
[
|
|
7.850461006164548,
|
|
50.80217570040005
|
|
],
|
|
[
|
|
7.845568656921382,
|
|
50.79829702304368
|
|
]
|
|
]
|
|
]
|
|
],
|
|
"properties": {
|
|
"title": "TEST_account_CHANGED",
|
|
"deductable_surface": "100000.0",
|
|
"responsible": {
|
|
"conservation_office": null,
|
|
"conservation_file_number": "123-TEST",
|
|
"handler": {
|
|
"type": null,
|
|
"detail": "TEST HANDLER CHANGED"
|
|
}
|
|
},
|
|
"legal": {
|
|
"agreement_date": "2022-01-11"
|
|
},
|
|
"before_states": [
|
|
],
|
|
"after_states": [
|
|
],
|
|
"actions": [
|
|
],
|
|
"deadlines": [
|
|
{
|
|
"type": "finished",
|
|
"date": "2022-01-31",
|
|
"comment": "TEST_CHANGED"
|
|
}
|
|
]
|
|
}
|
|
} |