[ResponseOps][Reporting] Allow users to edit scheduled exports#241928
[ResponseOps][Reporting] Allow users to edit scheduled exports#241928js-jankisalvi merged 26 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/response-ops (Team:ResponseOps) |
cnasikas
left a comment
There was a problem hiding this comment.
LGTM! I found a small bug: when I log in without schedule reporting privileges, I need to press the button twice to schedule the export: once to enter the email in the input, and once to actually save the schedule. We may need to show a loading spinner until the user profile is fetched, and then render the input or the form.
Screen.Recording.2025-11-18.at.5.59.35.PM.mov
x-pack/platform/plugins/private/reporting/public/management/hooks/use_update_schedule_report.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/private/reporting/public/management/hooks/use_update_schedule_report.ts
Outdated
Show resolved
Hide resolved
...tform/plugins/private/reporting/public/management/components/report_schedules_table.test.tsx
Show resolved
Hide resolved
...tform/plugins/private/reporting/public/management/components/report_schedules_table.test.tsx
Show resolved
Hide resolved
x-pack/platform/plugins/private/reporting/public/management/hooks/use_update_schedule_report.ts
Outdated
Show resolved
Hide resolved
|
I tested and the bug is fixed! |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
async chunk count
History
|
…ic#241928) ## Summary Resolves elastic/kibana-team#2083 This PR allows user to edit scheduled exports. https://github.com/user-attachments/assets/6a136545-5533-4a9d-832a-42dd1f39cede ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### Release note Allow users to edit schedule config. --------- Co-authored-by: Janki Salvi <jankigaurav.salvi@elastic.co> Co-authored-by: Janki Salvi <117571355+js-jankisalvi@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
Resolves https://github.com/elastic/kibana-team/issues/2083
This PR allows user to edit scheduled exports.
edit.schedule.mov
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
Release note
Allow users to edit schedule config.