Description: An help page is missing related with the button "help" in the extension-update dialogue. Steps to Reproduce: 1.Open tools menu then "extension-manager" 2.Press extension-update button 3.Press "Help" in the extension-update dialogue Actual Results: Error 404 : Help ID: desktop/ui/updatedialog/___object_1___ the link is wrong : the page exists here : https://help.libreoffice.org/7.5/fr/text/shared/01/extensionupdate.html?&DbPAR=WRITER&System=UNIX Expected Results: A useful help page is provided. Reproducible: Always User Profile Reset: No Additional Info: .
Created attachment 188109 [details] Screenshot of the dialogue
Thank you Regis! Works well in OOo 3.3, using local help. Reproduced in 3.6.2.2. and a recent master build: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 609a1567d0e60ca11800df56059b97b6a61ad117 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded It should lead to https://help.libreoffice.org/latest/en-US/text/shared/01/extensionupdate.html
Hossein, an easyHack candidate.
hello everyone, let me do this easyhack
Can someone help me with providing code pointer.
(In reply to t.aswath from comment #5) > Can someone help me with providing code pointer. It is already provided in the description. You need to edit the corresponding source/text/shared/01/extensionupdate.xhp in help repository. The help repo is cloned as a submodule when you use --with-help=html in your autogen.input See this: https://wiki.documentfoundation.org/Development/Submodules After your patch has been merged, you need to say in the core directory git submodule update and that will correctly checkout away from your local branch and you can go back to the helpcontent2 directory to delete the branch.
(In reply to Buovjaga from comment #6) > (In reply to t.aswath from comment #5) > > Can someone help me with providing code pointer. > > It is already provided in the description. You need to edit the > corresponding source/text/shared/01/extensionupdate.xhp in help repository. > > The help repo is cloned as a submodule when you use > > --with-help=html > > in your autogen.input > > See this: https://wiki.documentfoundation.org/Development/Submodules > > After your patch has been merged, you need to say in the core directory > > git submodule update > > and that will correctly checkout away from your local branch and you can go > back to the helpcontent2 directory to delete the branch. Thank you very much.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/62e7c7b640fb3bd3dd11207f3951f6512bea839f tdf#156080 Fix broken link to Extension Update page
Verified in: Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: bdf3b5ce49b0e4ee1b4525d344cfb037ef473059 CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: CL threaded