-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Describe the bug
Though tried to get one resource from list page, it did not work and redirected to list page.
It threw no errors.
To Reproducene
Steps to reproduce the behavior:
- Go to
resource#listpage. And showed resources as I expected. - Click on
resource#showbypath parameterandsubmit.
- The api returns data as I expected. I confirmed this response in developer tool and server log.
{
id: 1,
price: 100,
url: "https://example.com"
}
- Did not move to
resource#onepage, instead redirected toresource#listpage.
Expected behavior
After clicking submit button on modal of resource#list to find resource, move to resource#one page, not redirected to list page.
Additional context
- Mac OS Big Sur 11.5.2
- google chrome
My resource definition is this.
Resource:
type: object
properties:
id:
description: ID
type: string
price:
description: 価格
type: number
url:
description: URL
type: string
format: uri
required:
- id
- price
- url
Thanks,
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
