Bug report: Edit page through Contents list
See original GitHub issueI found a bug at the Edit page through the Content list.
Actions:
- View the top page
/
- Click to Contents menu of left sidebar
/contents
- Click to any folder in the contents list
/FOLDER_ID/contents
- Select a dropdown menu of any item, then click the edit link,
- Move to item URL
/FOLDER_ID/ITEM_ID/edit
- Showing to edit for top page. This is a bug point.
I think this bug is related bottom of /src/components/Edit/Edit.jsx
. (asyncConnect
)
Anyone, did you have the same situation?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to write a bug report effectively: examples and templates
This article will help you learn the art of writing a good bug report by giving you examples and templates for your reference....
Read more >Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >Article - Bugzilla: Edit a preset query - University of Delaware
From the bug list, click the bug number in the ID column to view a bug report. If you are having any trouble...
Read more >Report Types & Content - Instabug
Report Types & Content. This page covers the content found in the reports sent to the bugs page of your dashboard and relevant...
Read more >Get Bug-Editing Privileges - The Chromium Projects
Anyone can file bugs and add comments to bugs, but some things—adding labels, marking duplicates, changes status—require extra permissions. There's plenty you ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I guess the best solution for testing this kind of interactions is cypress. You could try to add a cypress test that follows the actions you described. Meanwhile, right now we are trying your fix locally.
Thank you for merge!!