Skip to content

Fix data set button#2359

Merged
jh-RLI merged 9 commits into
developfrom
fix-2351-broken-data-upload-button
Jul 10, 2026
Merged

Fix data set button#2359
jh-RLI merged 9 commits into
developfrom
fix-2351-broken-data-upload-button

Conversation

@tomi-rli

@tomi-rli tomi-rli commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary of the discussion

Describe the findings of the discussion in the issue or meeting.

Type of change (CHANGELOG.md)

Features

  • Add a new functionality
    (#)

Changes

  • Update existing functionality
    (#)

Bugs

  • Fixed a problem with
    (#)

Workflow checklist

Automation

Closes #2351

PR-Assignee

Reviewer

  • 🐙 Follow the
    Reviewer Guidelines
  • 🐙 Provided feedback and show sufficient appreciation for the work done

@jh-RLI jh-RLI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the comments. There is one code issue and a link that was removed, please check what it links to and if we need that information.

Comment thread base/templates/base/index.html Outdated
<a role="button"
class="btn btn-primary btn-sm"
href="{{ EXTERNAL_URLSgithub_openenergyplatform }}">Learn more</a>
href="{{ EXTERNAL_URLSgithub_openenergyplatform }}">Learn

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not seem to be correct syntax:

EXTERNAL_URLSgithub_openenergyplatform -> EXTERNAL_URLS.github_openenergyplatform

You can check what happens once you click to related button in on your locally running OEP Website :)

@tomi-rli

</div>
{# <div class="index-tile index-tile-colored index-tile-color-3">#}
{# <img src="{% static 'img/welcome/bundles.png' %}" alt="">#}
{# <a role="button" class="btn btn-primary" href="{{ EXTERNAL_URLS.github_openenergyplatform_oeplatform_issues_568 }}">Bundles</a>#}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was this link, is it now missing ? Please check @tomi-rli

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link pointed to issue #568, which is already closed. (on Dec 11, 2023). The entire block was commented out, so it was never visible or clickable. The active “Scenario Bundles” link is still present, so no functionality was removed.

@jh-RLI jh-RLI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes - now it looks good. Will merge it now.

@jh-RLI jh-RLI merged commit cb45ea8 into develop Jul 10, 2026
4 of 5 checks passed
@jh-RLI jh-RLI deleted the fix-2351-broken-data-upload-button branch July 10, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Add data set" button in database section is broken

2 participants