The record name is "None" as the record name is derived from the payload.event.release. For this specific release, we received the following name attribute in the payload:
We also have scenarios on which the payload is sent with an empty string as a the release name attribute. Such cases are not handled properly, see the following record.
The difference between receiving an empty string "" or None is on Github's side.
closes https://github.com/zenodo/ops/issues/192
See the following record on Zenodo.
The record name is "None" as the record name is derived from the
payload.event.release
. For this specific release, we received the followingname
attribute in the payload:We also have scenarios on which the payload is sent with an empty string as a the release
name
attribute. Such cases are not handled properly, see the following record.The difference between receiving an empty string
""
orNone
is on Github's side.