development7672 Approved

Member since: 2015-04-16

Recent posts by development7672
Post When

For data-request-confirm, you can use ajaxConfirmMessage.

Posted in Custom AJAX error messages

Yes, but I want to add this function to Users.php (RainLab.User) plugin.

Posted in Dynamically add listExtendQuery to existing controller?

Where do I put this index method and listExtendQuery?

Posted in Dynamically add listExtendQuery to existing controller?

Hello,

I am trying to add

public function listExtendQuery($query)
{
    $query->whereNull('departmen...

Posted in Dynamically add listExtendQuery to existing controller?