mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 14:46:00 +03:00
[GH-ISSUE #68] Fix Broken "List layouts" Dialog for Layout Deletion #22
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olegprivate on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/68
Originally assigned to: @falendary on GitHub.
Title: Fix Broken "List layouts" Dialog for Layout Deletion
Is your feature request related to a problem? Please describe.
The primary, most intuitive method for managing and deleting layouts is currently broken. The dialog window launched from the "Layouts" dropdown menu (labeled "List layouts") does not function correctly. This forces users to rely on a less obvious "Layouts" side menu to perform deletions, making the process inefficient and confusing for users who are not aware of this alternative path.
Describe the solution you'd like
The "List layouts" dialog window, accessible from the main "Layouts" dropdown in the UI, should be fixed. It needs to open correctly, display a list of all existing layouts, and provide a clear and functional way for a user to delete one or more layouts directly from that interface.
User Story
As a user, I want to be able to manage and delete my saved layouts through the main "Layouts" dropdown menu, so that I can quickly clean up unnecessary layouts using an intuitive and accessible interface.
Acceptance Criteria
"Are you sure you want to delete this layout?").@sergeiosipov commented on GitHub (Sep 3, 2025):
Done