You are not logged in.
Pages: 1
Hello,
We would like to be able to deactivate the "History" tab visible when we are in a teamspace (Detail, History, Preview).
Can you help us ?
Thanks in advance,
Regards,
Amar.
Offline
Hi Amar,
this is currently not possible. I raised ticket RS-4083 for this purpose.
Regards,
Eduardo
Offline
Bonjour Eduardo,
Merci pour votre réponse. Nous suivrons le détail des prochaines versions.
Cordialement,
Amar.
Offline
Hi Amar,
sorry for the confusion.
I checked again, this is already possible in this configuration file:
/etc/ui/urlview.cf
Here, you can delete the following:
<view>
<types>net.datenwerke.rs.tsreportarea.client.tsreportarea.dto.TsDiskReportReferenceDto</types>
<name>${msgs['net.datenwerke.rs.core.service.urlview.locale.UrlViewMessages']['history']}</name>
<url>rs:revisions://${reportId}</url>
</view>
The code above installs the history tab in the teamspace view. So if you comment this out or delete it, and then reload configuration (with the "reload config" terminal command), then after a log-out and log-in, the tab should be gone.
Can you please check this?
The documentation to this functionality can be found here: https://reportserver.net/en/guides/scri … he-Client/
Regards,
Eduardo
Offline
Pages: 1