PlanQK / planqk-platform

PlanQK Platform Issue Repository
3 stars 0 forks source link

Payload for the entity "Implementation" still has the removed string-attribute "license". #75

Closed darya-mart closed 1 year ago

darya-mart commented 2 years ago

Payload for the entity "Implementation" still has the removed string-attribute "license".

How to reproduce:

  1. Modify an implementation
  2. See the Pub/Sub payload having the old filed "license" and the new field "licenses":
    {
    "id": "8ef36607-eb88-43fe-b14a-92b34d83ad14",
    "algorithmId": "e5a94a60-8df5-4d6b-b490-942dd279e193",
    "name": "Implementation for Test Algorithm",
    "inputFormat": null,
    "outputFormat": null,
    "description": "Please enter a description statement of the implementation",
    "version": "v1",
    "license": null,
    "technology": null,
    "problemStatement": "Please enter the problem statement of the implementation",
    "createdBy": "x",
    "createdAt": "2022-09-21 09:25:04",
    "modifiedBy": "x",
    "modifiedAt": "2022-10-04 09:47:18",
    "licenses": [
      "http://spdx.org/licenses/MIT",
      "http://spdx.org/licenses/AFL-1.1"
    ],
    "softwareTools": [
      "http://planqk.de/ontologies/qco/data/PyQuest"
    ],
    "programmingLanguages": [
      "http://planqk.de/ontologies/qco/data/Quil"
    ]
    }
miwurster commented 1 year ago

Fixed and released.