oqtane / DNF.Projects

Sample Oqtane module demonstrating a scheduled job and JSInterop visualizations using Chart.js. This module powers the trend analysis on https://dnfprojects.org.
https://dnfprojects.org/
MIT License
25 stars 17 forks source link

Bug: Project Information Modal Not Displaying Project Details with a Lost Return Url Alias #8

Closed thabaum closed 4 months ago

thabaum commented 4 months ago

Issue

Description

Project Information Modal Not Displaying Project Details with a Lost Return Url Alias

Steps to Reproduce

  1. Click on a project in the dnfprojects.org list.
  2. Notice popup modal with no information
  3. Click the X to close and notice the page results in a server error as no alias is included in the return url. (shown below)

Screenshots

image image

sbwalker commented 4 months ago

@thabaum thank you for reporting... this turned out to be an issue in 5.1. The problem is resolved and has be deployed to the site https://dnfprojects.org

thabaum commented 4 months ago

@sbwalker works great. Thanks.