Dev Dalia
Dev Dalia
## What does this PR do? Fixes #3214 ## How should this be tested? - Check all the dropdown menu app-wide ## Checklist ### Required - [x] Filled out the...
[BUG] Clicking on Sub Menu of Question's Editor Triggers Opening and Closing of the Question Editor
### Issue Summary When clicking on the sub-menu of the question's editor, the question editor unexpectedly opens and closes immediately. This behavior occurs when trying to interact with the sub-menu,...
# Description Closes #1657 # Implementation # Tests # Todos # Additional context
- Added a 500 ms debounce using lodash. https://github.com/user-attachments/assets/82dff69f-8d34-45c1-9150-0e6f81e7556f > Closes #12917
### Is your proposal related to a problem? When searching for users to add to a group in the Workspace Settings > Groups page, each keystroke currently triggers an API...
### Features and Changes - The delete member API was already present, but it was not visible in the docs due to the wrong tag in openapi spec. - Have...
### Features and Changes Prevent a datasource from being deleted if there are still Fact Metrics or Fact Tables pointing at it, so we don’t accidentally orphan downstream data. Added...
### Features and Changes - This update introduces the ability to temporarily disable organization members. Disabled users retain their membership but are prevented from signing in or accessing the app...
### Features and Changes - Introduces useProjectDefinitions hook to centralize project-scoped filtering of definitions (metrics, fact metrics, fact tables, data sources). - Closes #3600 ### Dependencies None ### Testing -...
### Features and Changes Dimensions, which were previously scoped globally across an organization, can now be scoped to specific projects. - Closes #3852 ```mermaid graph TD A[Start: Create or Edit...