logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Benbabu  
#1 Posted : Friday, September 6, 2019 6:31:07 AM(UTC)
Benbabu

Rank: Advanced Member

Groups: Registered
Joined: 8/9/2019(UTC)
Posts: 45
India

Thanks: 13 times
Hi,

In browser, the report opens in a new tab when clicking report name.
Is it possible to configure it to open in the same window itself ?

We are using both IE 11 , and Firefox 56.0b7 (32-bit).

Thanks.

Edited by user Friday, September 6, 2019 6:35:14 AM(UTC)  | Reason: Not specified

epf  
#2 Posted : Monday, September 9, 2019 6:23:47 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
There is no configuration for this (could be a feature request ?)
You can change the JavaScript doing this:
Line 27 of the swi-gateway.ts file, remove target="_blank" from
Code:
       if (this._execForm == null) this._execForm = $('<form method="post" target="_blank"/>').appendTo('body');


If you use the minified swi.js file of the standard distribution, you should modify it in the file (use a text search and replace of the above pattern)
thanks 1 user thanked epf for this useful post.
Benbabu on 9/11/2019(UTC)
Benbabu  
#3 Posted : Wednesday, September 11, 2019 5:02:07 AM(UTC)
Benbabu

Rank: Advanced Member

Groups: Registered
Joined: 8/9/2019(UTC)
Posts: 45
India

Thanks: 13 times
Thank you, Eric.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.