UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

Poor user feedback when @action link returns an error #78

Open rouilj opened 6 months ago

rouilj commented 6 months ago

Try the following:

  1. log in as the demo user
  2. Navigate to http://localhost:8080/demo/query?@template=chart&@charttype=barchart&@group0=creator&@group1=private_for
  3. See a blank screen where the chart should be
  4. look at the log for the tracker and notice that the @action=barchart url returns code 403.
  5. navigate to the @action url that produces the svg: http://localhost:8080/demo/query?@action=barchart&@group=creator,private_for&@pagesize=50&@startwith=0
  6. See this: image

A few questions: