Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/Filament/Resources/TicketResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ public static function tableColumns(bool $withProject = true): array
->searchable(),

// Kolom kategori
Tables\Columns\TextColumn::make('categories')
->label(__('Categories'))
Tables\Columns\TextColumn::make('categories.name')
->label(__('Solution Categories'))
->formatStateUsing(
fn($record) => view('partials.filament.resources.ticket-category', ['state' => $record->categories])
)
Expand Down Expand Up @@ -493,7 +493,7 @@ public static function table(Table $table): Table

// Filter kategori
Tables\Filters\SelectFilter::make('categories')
->label(__('Categories'))
->label(__('Solution Categories'))
->multiple()
->options(fn () => \App\Models\TicketCategory::pluck('name', 'id')->toArray())
->query(function ($query, $data) {
Expand Down
11 changes: 1 addition & 10 deletions catatan_rilis.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
Di rilis v2507.0.0 berisi penambahan fitur dan perbaikan lain sesuai dengan pelayanan ke pelanggan.

#### Penambahan Fitur
1. [#11](https://github.com/OpenSID/help-desk/issues/11) Fitur : Menambahkan kategori solusi pada tiket.
2. [#16](https://github.com/OpenSID/help-desk/issues/16) Fitur : notifkasi Telegram Ke DevOps
3. [#10](https://github.com/OpenSID/help-desk/issues/10) Fitur : Master Aplikasi
4. [#27](https://github.com/OpenSID/help-desk/pull/27) Fitur : Master Aplikasi
5. [#19](https://github.com/OpenSID/help-desk/pull/19) Fitur : STatus Tiket Bisa dilihat untuk umum
6. [#12](https://github.com/OpenSID/help-desk/issues/12) Fitur : Master Milestone
7. [#22](https://github.com/OpenSID/help-desk/issues/22) Fitur: Menambahkan username github pada data user
8. [#12](https://github.com/OpenSID/help-desk/issues/21) Fitur: Sinkron tiket ke github service issue dan project
9. [#13](https://github.com/OpenSID/help-desk/issues/13) Fitur: Laporan Tiket Dalam grafik
10. [#96](https://github.com/OpenSID/DukunganTeknis/issues/96) Fitur: Modul token untuk API

#### Perbaikan BUG
8. [#31](https://github.com/OpenSID/help-desk/issues/31) Perbaikan fitur pencarian tiket

#### Panduan

Expand Down