devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
682 stars 188 forks source link

app/Filament/Pages/RoadMap.php #101

Open tapanbasuli opened 7 months ago

tapanbasuli commented 7 months ago

public function createEpic(): void { if($this->project) { $this->epic = new Epic(); $this->epic->project_id = $this->project->id; } }

mihaisolomon commented 7 months ago

No relevant description added

tapanbasuli commented 7 months ago

No relevant description added

When not selecting any project.

image

image