DRIVER-EU / test-bed-admin

A test-bed administration management tool for managing the Kafka-based test-bed.
MIT License
1 stars 0 forks source link

Edit button #31

Closed croser closed 4 years ago

croser commented 5 years ago

HTTP PUT /AdminService/updateSolution /AdminService/updateTopic /AdminService/updateGateway

croser commented 5 years ago

Note: endpoints for creation:

HTTP POST: /AdminService/addSolution /AdminService/addTopic /AdminService/addGateway

croser commented 5 years ago

@thoobr : works in the client, however there might be something missing in the server controllers. at least i got NPEs for the collections in the saved objects, plus in gateway managedType is not being updated.

thoobr commented 5 years ago

Edit Solution is not working correct: solution in the getAllTrialSolution is ok: image

But in the solution that is submitted for update are missing isAdmin, state and organisation: image