Open turnerrainer opened 1 year ago
sample input for /rasa/forms/delete
{
"form_name": "custom_fallback_form"
}
@RaulAltmae please link this issue with an appropriate pull request.
Pull request with new changes.
Short summary: unable to delete a form even though it says that Form deleted. If I check the request response then it says "Can't find form to delete." Expected result: the form should be deleted if you select yes on the notification and it is not forbidden Real result: there is a notification saying that the form is deleted, but it is still there How to reproduce: login and go to https://admin.dev.buerokratt.ee/training/training/forms , then try to delete the first form in the list. Pic:
Seems to work as intended!
AS AN Architect I WANT to have a REST service to delete an existing Rasa form SO THAT there wouldn't be duplicate services for it
Acceptance Criteria
/rasa/forms/delete
to delete an existing formHTTP 200
for a request to find a matching formHTTP 200
for a request to find a matching formform_name
) already existsExample
Initial input
Output after a request to delete
custom_fallback_form