core icon indicating copy to clipboard operation
core copied to clipboard

[QA] changelog link from online updater does not show the relevant section

Open jnweiger opened this issue 3 years ago • 3 comments

Seen while testing the online updater

image

Before running an update the admin is offered a link to the changelog, at the i icon.

The link is constructed as https://owncloud.com/changelog/#latest10.10 Which lead to the general https://owncloud.com/changelog/ page, where the user has to click on [Server changelog], then scroll down to the relevant heading manually.

Expected behaviour:

  • the generated anchor works, and the server changelog automatically scrolls to the 10.10.0 section

jnweiger avatar Jun 21 '22 07:06 jnweiger

HTML code seen on the server changelog webpage:

    <h2 id="10.10.0" class="version"> Changelog for ownCloud Core [10.10.0] (2022-05-16)</h2>
    <p>The following sections list the changes in ownCloud core 10.10.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="[https://github.com/owncloud/core/compare/v10.9.1...v10.10.0](view-source:https://github.com/owncloud/core/compare/v10.9.1...v10.10.0)" rel="noopener">Full list of changes in 10.10.0</a>
    </p>
    <h3 id="10.10.0-summary">Summary</h3>
    <ul class="summary">

A link https://owncloud.com/changelog/server/#10.10.0 would work in chrome. (My Firefox seems broken, it only jumps to the anchor, when it was already on the same page)

jnweiger avatar Jun 21 '22 07:06 jnweiger

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 19 '22 01:12 github-actions[bot]

This issue has been automatically closed.

github-actions[bot] avatar Dec 29 '22 01:12 github-actions[bot]