snipe-it/app
Jeremy Price d3bcc48ae5 [imports] fix "Backup before importing?" checkbox on import page
We were always taking backups before import, no matter the status of
this box.

Turns out we were testing for the presence of the property defined by
the checkbox, rather than the value of the property, and as such were
always doing a backup.

We're now checking the status, and it behaves as expected
2023-01-23 15:08:59 -08:00
..
Console Fixed #12004: Snipe-IT restore didn't work on Windows 2023-01-10 13:06:47 -08:00
Events Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Exceptions Backslash log:: (we shouldn’t have to do this tho?) 2022-05-16 15:59:41 -07:00
Helpers adds AgeFormatter, not working yet 2022-11-29 09:51:42 -08:00
Http [imports] fix "Backup before importing?" checkbox on import page 2023-01-23 15:08:59 -08:00
Importer adds the rest of the fields for Remote 2022-12-06 11:13:24 -08:00
Jobs Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
LegacyEncrypter Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
Listeners try/catch wrap notifications on checkin/checkout 2022-09-15 13:18:42 -07:00
Models Allow users to set a blank asset name during checkout 2023-01-19 12:35:44 -08:00
Notifications Update WelcomeNotification.php 2023-01-17 19:33:25 -05:00
Observers Remove old cache key for settings 2023-01-09 16:19:25 -08:00
Policies Fixed license policy method 2022-09-16 14:06:46 -07:00
Presenters Added byod to presenter with boolean formatter 2023-01-18 13:10:30 -08:00
Providers Register the consumables.files ability 2023-01-17 17:15:23 -08:00
Services Dropped log level to warn on SAML error 2022-06-02 17:07:49 -07:00