We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38c8e6 commit 257f1ddCopy full SHA for 257f1dd
1 file changed
app/Filament/Resources/ProjectResource.php
@@ -229,15 +229,6 @@ class="w-8 h-8 bg-cover bg-center bg-no-repeat"></div>
229
Tables\Actions\EditAction::make(),
230
231
Tables\Actions\ActionGroup::make([
232
- Tables\Actions\Action::make('sprints')
233
- ->label(__('Sprints'))
234
- ->icon('heroicon-o-sort-ascending')
235
- ->color('secondary')
236
- ->visible(fn($record) => $record->type === 'scrum')
237
- ->url(fn($record) => route('filament.resources.sprints.index', [
238
- 'tableFilters[project_id][values][0]' => $record->id
239
- ])),
240
-
241
Tables\Actions\Action::make('exportLogHours')
242
->label(__('Export hours'))
243
->icon('heroicon-o-document-download')
0 commit comments