issues
search
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:
log in as the demo user
Navigate to
http://localhost:8080/demo/query?@template=chart&@charttype=barchart&@group0=creator&@group1=private_for
See a blank screen where the chart should be
look at the log for the tracker and notice that the
@action=barchart
url returns code 403.
navigate to the @action url that produces the svg:
http://localhost:8080/demo/query?@action=barchart&@group=creator,private_for&@pagesize=50&@startwith=0
See this:
A few questions:
Why is the error page not being shown in the embed where the svg should be? (update: I think it's the 403 return code.)
How can we give the user better feedback?
Is this condition a result of design decisions made earlier in the project?
Try the following:
@action=barchart
url returns code 403.A few questions: