Skip to content

API History "event": "CREATED" and "DELETED" Issue #1981

@gitvnt

Description

@gitvnt

Hello all,

It looks like there is a problem since version 0.12.x in the history API: creating a link does not generate a "CREATED" event and deleting a link does not generate a "DELETED" event.

To reproduce the error :

  • Create a link from the web interface
  • Test the API history: expected return "event: "CREATED", received return "event": "UPDATED"
  • Modify the previously created link
  • Test the API history: expected return "event: "UPDATED", received return "event": "UPDATED"
  • Delete the link
  • Test API history: expected return "event": "DELETED" unfortunately no "event" is added after this deletion.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIREST APIbugit's broken!

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions