Skip Menu |

This queue is for tickets about the Catalyst-Manual CPAN distribution.

Report information
The Basics
Id: 84766
Status: new
Priority: 0/
Queue: Catalyst-Manual

People
Owner: Nobody in particular
Requestors: CHANKEY [...] cpan.org
jlanawalt [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Book deleted message still appears on reload
In Catalyst::Manual::Tutorial::04_BasicCRUD the section "Try the Delete and Redirect With Query Param Logic" says that on reloading the browser you'll not get the "Book deleted" message. But I saw that it appears because the current URL is "http://localhost:3000/books/list?status_msg=Book+deleted" which on reloads stays the same. It should be fixed.
Subject: [84766] Book deleted message still appears on reload
Date: Mon, 15 Dec 2014 11:25:43 -0700
To: bug-Catalyst-Manual [...] rt.cpan.org
From: Jacob Anawalt <jlanawalt [...] gmail.com>
I am seeing the same issue as reported in bug #84766 for Catalyst-Manual: Book deleted message still appears on reload I've reviewed the instructions a few times and am not sure what I am missing. It seems that "Book deleted." will appear as long as the query parameters include "status_msg=Book+deleted." and this does not change when I hit reload on the browser. If there is code that is suppose to do another redirect to remove the status_msg or if the framework is suppose to see the difference between the reload and the redirect, it is not clear how it is doing that. If there is no code do to that then please consider removing from the tutorial the sentence: But notice that you can now hit the "Reload" button in your browser and it just redisplays the book list (and it correctly shows it without the "Book deleted" message on redisplay). Thank you, Jacob