Skip to content

Commit

Permalink
Add missing search option (Creation date) for Software Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr authored and cedric-anne committed Jun 5, 2024
1 parent a6fc09b commit 0308321
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SoftwareLicense.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,15 @@ public function rawSearchOptions()
'datatype' => 'text'
];

$tab[] = [
'id' => '121',
'table' => $this->getTable(),
'field' => 'date_creation',
'name' => __('Creation date'),
'datatype' => 'datetime',
'massiveaction' => false
];

$tab[] = [
'id' => '24',
'table' => 'glpi_users',
Expand Down

0 comments on commit 0308321

Please sign in to comment.