Artūras

Results 17 issues of Artūras

I integrated `AuthenticationLoggable` to 2 model User and Company. `AdminUser` is without trait but it throws exception in login ![image](https://user-images.githubusercontent.com/49227202/149353826-1bc2ad6c-e48e-4325-b437-edcf879a9947.png) All models have diff guards but it still throws an...

Package not work in action Can't add multiple files and parse it from request

Modal should have fixed height and scroll, because sometimes permission list is so long and it is not comfortable to view all permissions ![image](https://user-images.githubusercontent.com/49227202/113096755-52f10e80-91e5-11eb-8228-d5fc24763e8f.png)

![image](https://user-images.githubusercontent.com/49227202/159237728-4a95a29b-eef5-4bc5-98b5-96b77ca65b7f.png) ``` public function cards(Request $request) { return [ (new Metrics\UserApplications)->onlyOnDetail(), MegaFilter::make([ 'filters' => [ new SkillFilter, new FieldOfWorkFilter, new ResidenceCountryFilter, new LanguageFilter, new LanguageLevelFilter, new EducationFilter, new ContractTypeFilter, new...

[2022-03-09 16:39:25] local.ERROR: Trying to access array offset on value of type null {"userId":1,"exception":"[object] (ErrorException(code: 0): Trying to access array offset on value of type null at /Users/arturas/code/Artme/wil/vendor/digital-creative/nova-mega-filter/src/HasMegaFilterTrait.php:127) [stacktrace] #0...

``` Number::make('Match conversion', fn ($offer) => $offer->match_conversion_percent . '%'), Column::make('Match conversion', ??????)->checked(), ``` instead of ``` Number::make('Match conversion %', 'match_conversion_percent')->sortable(), Column::make('Match conversion %', 'match_conversion_percent')->checked(), ```

For some reason if datatable is above simple table with links it throws this exception https://flareapp.io/share/17D2EGvm Commenting out ``` $bills->links() ``` or moving datatable below this code, solves and issue....

Where is no way to pass custom model namespace. I'm using `spatie/laravel-event-sourcing` and my models is in `\App\Projections` folder, so when I trying create table I getting an error: ```...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? |no | Library version | 2.8 DisallowedShortTernaryOperator suppress doesnt work ``` class RedirectIfAuthenticated {...

![image](https://user-images.githubusercontent.com/49227202/203984011-4c3fd398-5aab-45cd-b0cf-d20ad9ae7fb1.png) ![image](https://user-images.githubusercontent.com/49227202/203984031-cb090f41-9461-4954-bdfa-8bd11e73eb58.png)