Hugo
Action that opens a modal, where there are buttons that take you to other modals
I have the same question, is it possible to open a modal right after submiting the action? I tried and it is not opening the modal, it just shows a gray overlay (like it is opening the modal) but the modal does not open, any suggestions if this is possible to do?
6 replies
Import / Export Session expired & logout - Export with random table info.
I've tested it on a table with 18 records and 4/5 times it logs me out. The loading animation takes a little longer and then it just logs me out. The one time it worked fine.
4 replies
canView widget
what I got from testing is that canView() is the first thing to be checked as soon as the page tries to show the widget. I've tried to dd on the render and even on the mount and they are only called after the canView() method. This is my thought process, idk if its really like that but it would never go inside the render or mount method before the canView().
17 replies
canView widget
Hey, it might have nothign related to this but, is there a way I can hide the widget if it has no data? It just shows a blank rectangle when there is no data to show on the chart widget. I tried to do this with canView method and it works when im not doing a query to a specific $record but when my chart has a record, I can't access the $this->record inside the canView method since it says it's not an object. Is there a way to just hide the widget when there's no data to show?
17 replies