Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Exports: Handle error while widgets are deleted #1515

Open
subinasr opened this issue Jul 16, 2024 · 0 comments
Open

JSON Exports: Handle error while widgets are deleted #1515

subinasr opened this issue Jul 16, 2024 · 0 comments
Assignees

Comments

@subinasr
Copy link
Contributor

subinasr commented Jul 16, 2024

Problem Description:

When attempting to export JSON data, the export process fails if any widgets have been deleted. The application is unable to handle the scenario where widgets are missing, leading to an incomplete or failed export

Steps to Reproduce:

  • Delete one or more widgets from the framework.
  • Attempt to export the JSON data.
  • Observe that the export process fails or produces incomplete data.

Expected Behavior:

The JSON export should successfully handle scenarios where widgets have been deleted. Ideally, the system should:

  • Skip over missing widgets.
  • Provide default values or placeholders where necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants