serenity-is / Serenity

Business Apps Made Simple with Asp.Net Core MVC / TypeScript
https://serenity.is
MIT License
2.57k stars 796 forks source link

Opening the edit URL in a new browser tab first loads the listing page and then subsequently loads the entity. #6969

Closed EdwinThomas11 closed 10 months ago

EdwinThomas11 commented 10 months ago

Before submitting the bug report, please read and check the following items

What happened?

I'm looking to open an edit dialog in a new browser tab from the listing page. Currently, I can achieve this using window.open(), but it loads the listing page first and then subsequently loads the entity dialog. I'm seeking assistance to bypass the listing page and load the entity dialog directly in a new browser tab.

What did you expect to happen?

It should not open the listing page on new browser tab.

How to reproduce?

Paste the edit URL and paste it in the new browser tab.

What Serenity Nuget Versions are you seeing the problem on? (separated by comma)

3.12.6

Relevant log output

No response

Serene template version

No response

Sergen version

No response

Code editor

No response

Operating System

No response

Node.js version

No response

TypeScript version

No response

Database type and version

No response

On which device do you see the problem?

No response

On which operating system do you see the problem?

No response

On which browsers do you see the problem?

No response

On what version of the browsers do you see the problem?

No response

Additional information

No response

EdwinThomas11 commented 10 months ago

I'm looking to open an edit dialog in a new browser tab from the listing page. Currently, I can achieve this using window.open(), but it loads the listing page first and then subsequently loads the entity dialog. I'm seeking assistance to bypass the listing page and load the entity dialog directly in a new browser tab. Your help with this would be greatly appreciated.

@volkanceylan @VictorTomaili Appreciate your inputs here.

VictorTomaili commented 10 months ago

Use discussions.

EdwinThomas11 commented 10 months ago

https://github.com/orgs/serenity-is/discussions/6968