PromucFlow_constructor/app/client/src/pages/Editor/DatasourceInfo
Ankita Kinger dca468228b
fix: Resolving datasource page redirection, switch env and on page load response view debugger issues (#30156)
## Description

Resolving datasource page redirection, switch env and on page load
response view debugger issues.

#### PR fixes following issue(s)
Fixes [#30158](https://github.com/appsmithorg/appsmith/issues/30158)

#### Type of change
- Bug fix (non-breaking change which fixes an issue)
- Chore (housekeeping or task changes that don't impact user perception)

## Testing

#### How Has This Been Tested?
- [x] Manual
- [ ] JUnit
- [x] Jest
- [x] Cypress

## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Introduced a message prompt for the environment switching process.
- Enabled automatic generation of editor paths for datasources when not
found.
- **Enhancements**
- Improved user experience by streamlining the process of storing as a
datasource in the editor.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-01-10 18:41:24 +05:30
..
DatasorceTabs.tsx feat: manage env code split (#28215) 2023-11-07 12:04:47 +05:30
DatasourceEntity.tsx fix: schema preview data ui changed for sql, postgres, mongo (#28156) 2023-10-25 15:48:05 +05:30
DatasourceField.tsx fix: schema preview data ui changed for sql, postgres, mongo (#28156) 2023-10-25 15:48:05 +05:30
DatasourceStructure.tsx chore: Refactoring entity types and updating DS action create permission to fix some bugs on EE (#29573) 2023-12-14 20:14:30 +05:30
DatasourceStructureContainer.tsx fix: schema accordions don't open on search, placeholder for search input (#28785) 2023-11-13 12:38:04 +05:30
DatasourceStructureHeader.tsx fix: gsheet preview data UI using tabs for preview and configuration (#28318) 2023-11-03 19:15:00 +05:30
DatasourceStructureNotFound.tsx fix: Resolving datasource page redirection, switch env and on page load response view debugger issues (#30156) 2024-01-10 18:41:24 +05:30
DatasourceViewModeSchema.tsx fix: interchanged primary btn to gen crud from new query (#30007) 2024-01-05 13:54:18 +05:30
GoogleSheetSchema.tsx fix: interchanged primary btn to gen crud from new query (#30007) 2024-01-05 13:54:18 +05:30
ItemLoadingIndicator.tsx fix: gsheet preview data UI using tabs for preview and configuration (#28318) 2023-11-03 19:15:00 +05:30
QueryTemplates.tsx fix: schema preview data ui changed for sql, postgres, mongo (#28156) 2023-10-25 15:48:05 +05:30
RenderInterimDataState.tsx feat: updated loading, nodata, failed states on preview data screen (#28987) 2023-11-22 15:20:03 +05:30
SchemaViewModeCSS.tsx fix: gsheet preview data UI using tabs for preview and configuration (#28318) 2023-11-03 19:15:00 +05:30