-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Which component(s) is affected?
No response
Describe the bug
When i've tried to edit a runpack, nothing happened.
After investigate and and analyze the source code, I didn't found the PUT method in configController. There is only GET DELETE and POST
kubero/server/src/config/config.controller.ts
Line 104 in 429e834
async getRunpacks() { |
Steps to reproduce
At first:
- Open Dev Console in your browser
- Go to: Network tab.
In KUBERO-UI:
- Go to: Settings -> runpacks
- Click in Edit, make some change and hit 'save'
After that will notice 404
Expected behavior
Get 200 when try to edit runpacks
Screenshots


Additional information
No response
Debug information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working