binaryruel
Table Actions for RelationshipManager be Visible in ViewPage
Using a Relationship Manager inside a ViewPage. The header actions, and table actions aren't visible on the view page.
Would like them to be visible on the view page instead of edit.
Is there a handy function to enable them?
4 replies
Centralized Login and Registration Page
Experimenting V3
I have 3 panels and already am controlling where to redirect users based on their roles by overriding
LoginResponse
, LogoutResponse
and RegistrationResponse
classes.
I also know how to customize pages on ->login(MyPageClass::class)
, ->registration(MyPageRegistration::class)
and load extending classes on them.
What's the best way to have a centralized Login and Registration page?
When I tried to extend them the colors on my Panel didn't get the styles on my custom pages.2 replies
Form Relations not firing Model Observers?
So instead of the hooks, I have observer for the models. This happens to be in a form relation.
My problem is that the observer aren't firiing when I add a new item of the relationship's Repeater field.
Also not getting fired after updating the fields inside the repeater.
How can I successfully tap into it? My goal is to send email whenever it add items and update items inside the repeater field.
Thanks!
7 replies