Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadDashboardFromURL should repair a partial URL #163

Open
rickmcgeer opened this issue Mar 5, 2023 · 1 comment
Open

loadDashboardFromURL should repair a partial URL #163

rickmcgeer opened this issue Mar 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request review fixed, ready for review

Comments

@rickmcgeer
Copy link
Contributor

Prepend http/https if missing...

$world.execCommand("open browser", {moduleName: "studio/dashboard-common.cp.js", packageName: "galyleo-dashboard", });
@rickmcgeer rickmcgeer added the enhancement New feature or request label Mar 5, 2023
@rickmcgeer rickmcgeer added the review fixed, ready for review label Mar 5, 2023
@rickmcgeer
Copy link
Contributor Author

New routine _normalizeURL added to DashboardCommon. See:

$world.execCommand("open browser", {moduleName: "studio/dashboard-common.cp.js", packageName: "galyleo-dashboard", codeEntity: [{"name":"DashboardCommon","type":"class-decl"},{"name":"_normalizeURL","type":"class-instance-method"}]});

Ready for review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request review fixed, ready for review
Projects
None yet
Development

No branches or pull requests

2 participants