Skip to content

Conversation

@tender-barbarian
Copy link

@tender-barbarian tender-barbarian commented Sep 25, 2025

Description

Fixes contextMenuCreateReportDefinition().

There were two things wrong with it:

  1. Report source check was missing data-explorer in path test so it would yield empty result.
  2. location.assign() was appending path at the end of current path, resulting in <domain>/app/data-explorer/discover/reports-dashboards#/create?<params> which was of course wrong. Switched it to navigateToApp().

Issues Resolved

#576

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

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

Successfully merging this pull request may close these issues.

1 participant