Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 8, 2024
2 parents d71a04e + eaf6d56 commit 8001ed8
Show file tree
Hide file tree
Showing 6 changed files with 945 additions and 64 deletions.
7 changes: 5 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"projectName": "snipe-it",
"projectOwner": "snipe",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
"CONTRIBUTORS.md"
],
"imageSize": 110,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "snipe",
Expand Down Expand Up @@ -3008,4 +3011,4 @@
]
}
]
}
}
443 changes: 443 additions & 0 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

64 changes: 2 additions & 62 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/Models/AssetMaintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class AssetMaintenance extends Model implements ICompanyableChild
protected $searchableRelations = [
'asset' => ['name', 'asset_tag'],
'asset.model' => ['name', 'model_number'],
'asset.supplier' => ['name'],
];

public function getCompanyableParents()
Expand Down

0 comments on commit 8001ed8

Please sign in to comment.