• Xavier Thompson's avatar
    slapproxy: Adapt hateoas support to match ERP5 · fdd7c452
    Xavier Thompson authored
    It turns out that ERP5 returns
    ```
    'form_id': {
      'type': 'StringField',
      'key': 'form_id',
      'default': 'InstanceTree_viewAsHateoas',
    },
    ```
    for the `form_id` in hateoas, so adapt the proxy to do the same.
    fdd7c452
views.py 46.5 KB