Actions
Task #2286
closedRedirect Turkish "Help - Feedback" in the HUB to Turkish page
Start date:
Due date:
% Done:
0%
Tags:
Documentation
URL:
Description
Currently, when opened through a Turkish installation, the Help->Send Feedback option redirects to the English site. Please redirect the site:
http://hub.libreoffice.org/send-feedback/
to
http://tr.libreoffice.org/yardim-alin/geri-bildirim/
The code forming the string for the hub is:
OUString module = SfxHelp::GetCurrentModuleIdentifier();
OUString sURL("http://hub.libreoffice.org/send-feedback/?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
"&LOlocale=" + utl::ConfigManager::getLocale() + "&LOmodule=" + module.copy(module.lastIndexOf('.') + 1 ) );
sfx2::openUriExternally(sURL, false);
Updated by Guilhem Moulin over 7 years ago
- Status changed from New to Resolved
Done
$ curl -I 'https://hub.libreoffice.org/send-feedback?LOlocale=tr' HTTP/1.1 302 Moved Temporarily Server: nginx/1.6.2 Date: Wed, 14 Jun 2017 14:33:21 GMT Content-Type: text/html Content-Length: 160 Connection: keep-alive Location: https://tr.libreoffice.org/yardim-alin/geri-bildirim/?LOlocale=tr
Updated by Guilhem Moulin over 7 years ago
- Status changed from Resolved to Closed
Updated by Guilhem Moulin over 7 years ago
- Status changed from Closed to Resolved
Updated by Guilhem Moulin over 7 years ago
- Status changed from Resolved to Closed
Actions