Skip to content

issues Search Results · repo:GuavaCZ/filament-nested-resources language:PHP

Filter by

32 results
 (53 ms)

32 results

inGuavaCZ/filament-nested-resources (press backspace or delete to remove)

What happened? I have a panel called manage that has multitenancy enabled. I m getting the above error and I m not sure where to customize the route so I can pass the tenant param How to reproduce the ...
bug
  • maukoese
  • Opened 
    on Dec 7, 2024
  • #46

What happened? The plugin explore the wrong resource for the related create page route! How to reproduce the bug The plugin cant discover the exact ancestor resource in the apps where a model has more ...
bug
  • mahemmati
  • Opened 
    on Sep 29, 2024
  • #45

What happened? I m I try to make a nested resources using the logic Country- State- City, and the breadcrumbs work fine, following your readme. but, the routes continue like normally... /country/[countryId]/... ...
bug
  • YnievesDotNet
  • Opened 
    on Sep 26, 2024
  • #44

What happened? If you define a morph map like Relation::enforceMorphMap([ post = App\Models\Post , video = App\Models\Video , ]); in your Laravel application then CreateRelatedRecord::associateRecordWithParent ...
bug
  • schakko
  • Opened 
    on Sep 7, 2024
  • #43

What happened? Route [filament.admin.resources.albums.index] not defined. Guava\FilamentNestedResources\Pages\CreateRelatedRecord.php `protected function getRedirectUrl(): string { $resource = $this- ...
bug
  • kaustuv90
  • 1
  • Opened 
    on Aug 1, 2024
  • #41

What happened? When editing a nested resource. it s not eager loading the parent. How to reproduce the bug image I have https://github.com/beyondcode/laravel-query-detector installed and i have this ...
bug
  • davidreyg
  • 1
  • Opened 
    on Jul 16, 2024
  • #40

What happened? I am unable to get nested relationship working despite following the readme, as well as the example https://github.com/GuavaCZ/filament-nested-resources-demo Here is a gist showing my ...
bug
  • skills-up
  • 1
  • Opened 
    on Jun 2, 2024
  • #35

What happened? Query by ancestor is many duplicated. public function getRelatedRecord(Model $record): ?Model { $relationship = $this- getInverseRelationship($record); return $relationship- first(); ...
bug
  • zehamless
  • Opened 
    on May 12, 2024
  • #34

What happened? I had successfully implements an earlier version of this package. I was now trying to migrate to the 1.0.0 version. But i am not able to manage this yet. Is there a example of the RelationManager ...
bug
  • maesklaas
  • 5
  • Opened 
    on Apr 24, 2024
  • #31

What happened? When I am trying to navigate to the create page I am getting the below error. Access to undeclared static property App\Filament\Resources\CourseResource\Pages\CreateCourseLesson::$relationship ...
bug
  • z4yed
  • 5
  • Opened 
    on Apr 22, 2024
  • #30
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub