- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 04:06 AM
Dear community,
i've searched a little around this topic and have found the slingshot file that stores some values to change the title of pages.
However, i havent found a way to dynamically show the filename in the page title. It's a problem because if you have 10 tabs with documents opened it shows "Alfresco > Document Details" so i becomes a nightmare to switch between documents and find the document you want to display.
Do you know if there's a way to show the filename in the Page title ?
Thanks in advance,
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 08:16 AM
That could be hard to implement.
Page title is set in the following FTL component:
For a document detail, the title is set by using some internal logic:
You should modify the componentes in order to get the title of the document in Document Details Freemarker component.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 07:04 AM
Hi @j_ashton,
Could you provide a screenshot of what the current situation is?
Thanks,
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 08:24 AM
EddieMay,
here is an example : https://imgur.com/a/jXPBN8k
I've opened a few directories in tabs but it's impossible to differentiate between folders
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 08:16 AM
That could be hard to implement.
Page title is set in the following FTL component:
For a document detail, the title is set by using some internal logic:
You should modify the componentes in order to get the title of the document in Document Details Freemarker component.
