mpeltriaux
be885306c5
* adds model and form mixin for PIK * integrates mixins for compensation, ema and ecoaccount * adds migration files * extends API * extends API test data * adds is_xy fields to compensation, ema and ecoaccount reports * adds is_pik information to detail views * adds/updates translations
25 lines
507 B
JSON
25 lines
507 B
JSON
{
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
],
|
|
"properties": {
|
|
"title": "Test_ema",
|
|
"is_pik": false,
|
|
"responsible": {
|
|
"conservation_office": null,
|
|
"conservation_file_number": null,
|
|
"handler": {
|
|
"type": null,
|
|
"detail": "Someone"
|
|
}
|
|
},
|
|
"before_states": [
|
|
],
|
|
"after_states": [
|
|
],
|
|
"actions": [
|
|
],
|
|
"deadlines": [
|
|
]
|
|
}
|
|
} |