Ticket #149 (new Issue)

Opened 8 months ago

Last modified 4 weeks ago

incorrect link to available services page preview

Reported by: kim Owned by: Testing
Priority: *High Milestone: 2.1 - Testing
Component: Admin-App Version: 2.1
Severity: Minor Effort Keywords: preview, available services, link
Cc:

Description

From the Admin application, on the Available Services page, if a user hits the preview button, an error message occurs. The URL that it is trying to find is http://ibis.health.utah.gov/view?xslt=html/indicator/profile/availables_services/AvailableServicesPage.xslt&xmlURL=http://localhost:8080/ibisph-admin/indicator/AdminDemo.xml.

However, the correct URL should be http://ibis.health.utah.gov/view?xslt=html/indicator/profile/available_services/AvailableServicesPage.xslt&xmlURL=http://localhost:8080/ibisph-admin/indicator/AdminDemo.xml (The 's' needs to be removed from the first 'available.')

Change History

comment:1 Changed 8 months ago by kim

  • Type changed from Unknown to Defect

comment:2 Changed 4 months ago by EleanorH

  • Component changed from Unknown to Admin Webapp

comment:3 Changed 4 weeks ago by garth

  • Severity changed from Unknown to Minor Effort
  • Priority changed from Unknown to High
  • Version changed from Unknown to 2.1
  • Milestone changed from Unassigned to 2.1 - Testing
  • Owner changed from developer to Testing
  • Type changed from Defect to Issue

This is actually not a code defect but a configuration error. The web-inf/config/site_specific.properties files contains the preview url entries:

ViewApp?.PreviewAvailableServices?.URL = http://localhost/ibisph-view/view?xslt=html/indicator/profile/available_services/AvailableServicesPage.xslt&xmlURL=http://localhost/ibisph-admin/indicator/########.xml

So if you see this error then this file needs to be fixed and the app deployed and restarted.

Note: See TracTickets for help on using tickets.