parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.73k stars 1.38k forks source link

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

Closed mathieulb closed 5 months ago

mathieulb commented 8 months ago

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

Server

Database

parse-github-assistant[bot] commented 8 months ago

Thanks for opening this issue!

parseplatformorg commented 5 months ago

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

parseplatformorg commented 2 months ago

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