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

"Open pointer in new tab" doesn't work when dashboard is installed in a folder #2509

Closed
4 tasks done
mathieulb opened this issue Nov 12, 2023 · 4 comments · Fixed by #2527
Closed
4 tasks done

"Open pointer in new tab" doesn't work when dashboard is installed in a folder #2509

mathieulb opened this issue Nov 12, 2023 · 4 comments · Fixed by #2527
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mathieulb
Copy link

mathieulb commented Nov 12, 2023

New Issue Checklist

Issue Description

"Open pointer in new tab" doesn't work when dashboard is installed in a folder

Steps to reproduce

Have an Express server in which ParseDashboard is assigned to a subfolder instead of directly '/':

app.use('/dashboard', new ParseDashboard(dashboardConfig))

Go in a class with a pointer column, right click on a cell, choose "Open pointer in new tab"

Actual Outcome

Cannot GET /apps/my-app/browser/MyClass

Expected Outcome

A browser window opening the url /dashboard/apps/my-app/browser/MyClass?filters=...

Environment

Dashboard

  • Parse Dashboard version: 5.2.0
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Firefox
  • Browser version: 119

Server

  • Parse Server version: 6.3.1
  • Operating system: Heroku Linux 22
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Heroku

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 3.6.12
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Heroku
Copy link

parse-github-assistant bot commented Nov 12, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Nov 13, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0-alpha.5

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 18, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label May 16, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
3 participants