plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: Auth::user() - autocomplete does not work

Open Webotvorba opened this issue 1 year ago • 4 comments

Bug description

After update to Laravel 11 the autocomplete doesnt work for Auth::user() properties

Snímka obrazovky 2024-03-23 o 11 21 11

Plugin version

8.1.3.233

Operating system

MacOS

Steps to reproduce

No response

Relevant log output

No response

Webotvorba avatar Mar 23 '24 10:03 Webotvorba

Also for $request variable

public function index(Request $request): View
    {
        $vendor = $request->user()->name;
        return view('merchant.report_technology', [
            'title' => __('titles.merchant.disposition'),
            'view' => '',
            'vendor' => Auth::user()->vendor,
            'technology' => Auth::user()->vendor->technology->where('problem', 1),
        ]);

    } 

Webotvorba avatar Mar 23 '24 10:03 Webotvorba

Fixed. Thanks. The update will be available soon.

adelf avatar Mar 23 '24 17:03 adelf

Any time estimate for the fixed release? Thanks

Webotvorba avatar Apr 03 '24 12:04 Webotvorba

next week.

adelf avatar Apr 06 '24 23:04 adelf

Fixed in 8.1.4

adelf avatar May 01 '24 15:05 adelf