mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Assets are now ordered by asset_id. Fixes #355
This commit is contained in:
@@ -50,6 +50,7 @@ class Connector(models.Model):
|
||||
|
||||
class Asset(models.Model):
|
||||
class Meta:
|
||||
ordering = ['asset_id']
|
||||
permissions = (
|
||||
('asset_finance', 'Can see financial data for assets'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user