Align save modal CPS label with settings flyout#259142
Merged
florent-leborgne merged 4 commits intomainfrom Mar 24, 2026
Merged
Align save modal CPS label with settings flyout#259142florent-leborgne merged 4 commits intomainfrom
florent-leborgne merged 4 commits intomainfrom
Conversation
The settings flyout uses "Store CPS scope with dashboard" but the save modal says "Store project routing with dashboard". Align the save modal label and tooltip to use the same user-facing CPS terminology. Made-with: Cursor
5918c6e to
aaf7e92
Compare
florent-leborgne
added a commit
to elastic/docs-content
that referenced
this pull request
Mar 23, 2026
The save modal label is being updated from "Store project routing with dashboard" to "Store CPS scope with dashboard" in elastic/kibana#259142. Made-with: Cursor
Contributor
|
Pinging @elastic/experience-docs (Team:Docs) |
Contributor
|
Pinging @elastic/kibana-presentation (Team:Presentation) |
Also align the settings flyout help text with the save modal tooltip so both surfaces use the same concise phrasing. Made-with: Cursor
6 tasks
florent-leborgne
added a commit
to elastic/docs-content
that referenced
this pull request
Mar 23, 2026
## Summary Adds CPS documentation to the dashboard pages, split by audience: **For dashboard viewers** (`using.md`): - New "View data from multiple projects" subsection under "Search and filter your dashboard data" - Explains how the CPS scope selector controls which projects the dashboard queries - Documents the "Custom CPS scope" badge on panels that use project routing **For dashboard creators** (`create-dashboard.md`): - Adds **Store CPS scope with dashboard** to the settings list (step 5) and save options (step 6) - Restructures the save step with a comprehensive list of all save options - Updated screenshot of the save dialog Closes elastic/docs-content-internal#690 Closes elastic/docs-content-internal#691 ## Test plan - [x] Verify pages build correctly at `explore-analyze/dashboards/using` and `explore-analyze/dashboards/create-dashboard` - [x] Confirm `applies_to` tags render properly (serverless preview / stack unavailable) - [x] Check cross-links to CPS pages resolve correctly (depend on sibling CPS branches) - [x] Verify "Store CPS scope with dashboard" label matches Kibana UI (confirmed, fix in elastic/kibana#259142) ## Generative AI disclosure 1. Did you use a generative AI (GenAI) tool to assist in creating this contribution? - [x] Yes - [ ] No 2. If you answered "Yes" to the previous question, please specify the tool(s) and model(s) used (e.g., Google Gemini, OpenAI ChatGPT-4, etc.). Tool(s) and model(s) used: Claude (Cursor) Made with [Cursor](https://cursor.com) --------- Co-authored-by: Nastasha Solomon <nastasha.solomon@elastic.co> Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
mbondyra
approved these changes
Mar 23, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
|
jeramysoucy
pushed a commit
to jeramysoucy/kibana
that referenced
this pull request
Mar 26, 2026
## Summary The dashboard settings flyout uses **"Store CPS scope with dashboard"** but the save modal uses **"Store project routing with dashboard"**. This aligns the save modal label and tooltip to use the same user-facing CPS terminology as the settings flyout. Additionally, both the save modal tooltip and the settings flyout help text are aligned to use the same concise phrasing, spelling out "cross-project search (CPS)" instead of just "CPS". ### Changes - Save modal label: "Store project routing with dashboard" → "Store CPS scope with dashboard" - Save modal tooltip: Aligned with settings flyout phrasing, spelling out "cross-project search (CPS)" - Settings flyout help text: Shortened and aligned with the save modal tooltip ### Context Found while reviewing CPS documentation ([docs-content#5428](elastic/docs-content#5428)). The inconsistency was spotted by cross-referencing the two UI surfaces against the Kibana source. Made with [Cursor](https://cursor.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The dashboard settings flyout uses "Store CPS scope with dashboard" but the save modal uses "Store project routing with dashboard". This aligns the save modal label and tooltip to use the same user-facing CPS terminology as the settings flyout.
Additionally, both the save modal tooltip and the settings flyout help text are aligned to use the same concise phrasing, spelling out "cross-project search (CPS)" instead of just "CPS".
Changes
Context
Found while reviewing CPS documentation (docs-content#5428). The inconsistency was spotted by cross-referencing the two UI surfaces against the Kibana source.
Made with Cursor