OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Scenario bundles: "link to study report" displays date of publication instead of the link. #1487

Closed han-f closed 6 months ago

han-f commented 6 months ago

Description of the issue

"Publication" tab in scenario bundles displays date where it should display link to study report (see screenshot) grafik

It would be great if this could be fixed quickly.

Steps to Reproduce

  1. navigate to any publication tab of a scenario bundle

FY @wingechr

han-f commented 6 months ago

And another note: I wanted to work around it and put the link under "DOI" instead. When doing so, the link is shown repeatedly.

adelmemariani commented 6 months ago

Yes, that's right and it is a bug in rendering the page. The data is stored and retrieved correctly, but rendered wrongly.

Here is the bug.

The data is loaded in the background as below: Screenshot 2023-12-04 at 14 53 45

jh-RLI commented 6 months ago

We can do a hotfix if you have time this week @adelmemariani

adelmemariani commented 6 months ago

@jh-RLI Yes, sure. I am available this week.

we also need to add some other features to the OEP: 1- A button on the OEO page to download the oeo-closure: https://github.com/OpenEnergyPlatform/ontology/pull/1465

2- Add another study descriptor to the bundles: https://github.com/OpenEnergyPlatform/ontology/pull/1777

jh-RLI commented 6 months ago

Great, can you open up issues in the oeplatform repo here? so we can reference them :)

adelmemariani commented 6 months ago

Yes. I guess @stap-m will create the issues. I think if I make the issues, they become duplicate issues...

stap-m commented 6 months ago

see #1488 and #1489

jh-RLI commented 6 months ago

Thanks :)