Re: [web2py] Where to find Alert/Flash messages

2020-11-17 Thread AGRogers
You can see error tickets from the Admin module (screenshot below). I believe they are stored on the filesystem, not in a table. I have never looked. Re Flash messages, unless they are generated from error tickets, i doubt they are stored anywhere. I have a function that logs errors (and anything

[web2py] Where to find Alert/Flash messages

2020-11-16 Thread Brennie Standy
I have a ticket where our client wishes to see a list of all flash/alert/error messages, including anything from "Logged in" to our own customized error messages set by the previous developer. Where in the app can I find this list? Standard global search is not proving useful. Thanks! -- Resou