Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. wilmocar
    3. Posts
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by wilmocar

    • RE: Getting error when. assign sales owner try to open that particular lead

      Screenshot 2024-10-08 083643.png

      posted in General Discussion
      W
      wilmocar
    • RE: Getting error when. assign sales owner try to open that particular lead

      Same error here.

      when the lead it's assigned to user, these user can't open the lead.

      { $lead = $this->leadRepository->findOrFail($id); if ( $userIds = bouncer()->getAuthorizedUserIds() && ! in_array($lead->user_id, $userIds) ) { return redirect()->route('admin.leads.index'); } return view('admin::leads.view', compact('lead'));

      posted in General Discussion
      W
      wilmocar