dthonon / Client_API_VN

Export from VisioNature (Biolovision) web site to local postgresql database
GNU General Public License v3.0
3 stars 1 forks source link

field data #107

Closed dthonon closed 2 years ago

dthonon commented 4 years ago

In GitLab by @fred.lpo07 on Nov 22, 2019, 10:27

field datas now have a text value wich is field description in local language:

field_groups

{
  "id": "17",
  "name": "DEATH_ITEM_BODY",
  "text": "Corps étrangers (présents sur l'animal)",
  "group": "HAS_DEATH",
  "default": "0",
  "mandatory": "0",
  "empty_choice": "0"
}

field_detail

{
  "id": "17_2",
  "name": "ROPE",
  "text": "Morceau cordage",
  "group": "17",
  "value": "2",
  "order_id": "20"
}
dthonon commented 4 years ago

mentioned in commit c6fa8f0489f4d1ab2c665852ae87277ea21d488d

dthonon commented 4 years ago

Added in c6fa8f0489f4d1ab2c665852ae87277ea21d488d

dthonon commented 4 years ago

closed