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
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
],
|
|
"properties": {
|
|
"title": "Test_compensation",
|
|
"is_cef": false,
|
|
"is_coherence_keeping": false,
|
|
"is_pik": false,
|
|
"intervention": "MUST_BE_SET_IN_TEST",
|
|
"before_states": [
|
|
],
|
|
"after_states": [
|
|
],
|
|
"actions": [
|
|
],
|
|
"deadlines": [
|
|
]
|
|
}
|
|
} |