snipe-it/resources/lang/en/admin
Daniel Meltzer 987536930c Assorted fixes (#3923)
* Fix some n+1 problems

* Use route in notification dropdown to make sure we link to correct page

* Work on better UI support for checkout to non-user.  Fix links on index bootstrap table, work towards eliminating assignedUser

* Remove Asset::assigneduser() relationship.  Instead add a checkedOutToUser() method and/or port to using assignedTo()

* Adjust string to fit new reality

* Fix #3780.  Move the consumables getDataView method to the ApiController.  Not entirely RESTful, but it's a weird method that probably doesn't need its own controller and the functionality would be strange to stack on the userscontroller...

* Fix file uploads to assets and restore the delete route.

* Add asset maintence edit action to index.

* Suppliers asset list should link to the related asset, not to the supplier with same ID.

* Asset models page should use polymorphic formatter on assigned to to better handle assorted item types.

* Comment out more assigneduser fallacy until we figure out the query builder approach to searching for location text.
2017-09-05 17:54:58 -07:00
..
accessories Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
asset_maintenances Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
categories More minor fixes (#3126) 2017-01-03 16:55:43 -08:00
companies Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
components Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
consumables Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
custom_fields Adds basic GET api support for CustomFieldsets (#3697) 2017-07-12 17:51:22 -07:00
departments Dept strings 2017-05-23 02:50:16 -07:00
depreciations Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
groups Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
hardware Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
licenses Allow XML mimetypes 2016-11-29 08:01:08 -08:00
locations Add support for location-specific LDAP OUs. (#3176) 2017-01-11 23:37:14 -08:00
manufacturers Fixes #3311 - more fields for manufacturers 2017-03-10 22:08:59 -08:00
models Fixes #3414 - bulk update for asset models 2017-06-08 17:48:48 -07:00
reports Updated translation strings with new purge text 2016-04-19 12:26:49 -07:00
settings Auduting improvements 2017-08-25 18:40:20 -07:00
statuslabels Show in nav language option 2016-08-23 15:51:45 -07:00
suppliers Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
users Merge branch 'checkout-to-location-v2' of https://github.com/dmeltzer/snipe-it into dmeltzer-checkout-to-location-v2 2017-08-25 06:04:22 -07:00