Project

General

Profile

Actions

Task #2285

closed

Visitors from Help - Send Feedback should be directed to localised page

Added by Beluga Beluga almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Website
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:

Description

Moved from https://bugs.documentfoundation.org/show_bug.cgi?id=85948

https://cgit.freedesktop.org/libreoffice/core/tree/sfx2/source/appl/appserv.cxx#n493

case SID_SEND_FEEDBACK:
{
    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);
    break;
}

The locale is sent with the url visit so should be dealt with.

Actions #1

Updated by Jean Spiteri almost 7 years ago

I think that, before any work is done on this, someone needs to post to a relevant mailing list to which most language teams have access to, to have them identify a substitute page for the English version. Another way, would to be make this standard across all websites, which might be more difficult to do. What do you all think?

Actions #2

Updated by Beluga Beluga almost 7 years ago

Well apparently this should be closed as the hub should do the redirection anyway. But I can't close the issue, because Redmine lacks the feature of issue owners being able to close their own issues.

Actions #3

Updated by Jean Spiteri almost 7 years ago

  • Status changed from New to Closed

OK. I'll close it.

Actions

Also available in: Atom PDF