3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-29 11:56:19 +00:00
Commit Graph

11260 Commits

Author SHA1 Message Date
618bbc4bda Mark test as incomplete 2023-12-21 17:03:10 -08:00
8c434c7862 Implement and scaffold tests 2023-12-21 17:02:44 -08:00
7f153b32e4 Always return an array from selectValues method 2023-12-21 16:38:51 -08:00
4fc8e8dd61 Add todo 2023-12-21 14:27:31 -08:00
48e5ee2310 Add filtering to remaining selects 2023-12-21 14:19:16 -08:00
92e3a1e69e Update variable names 2023-12-21 13:46:27 -08:00
7f0e3e288e Scaffold additional test 2023-12-21 13:43:44 -08:00
dc27e67b19 Remove edit and delete buttons from edit template view 2023-12-21 13:13:28 -08:00
4c62e8ade9 Add guard against attempting to access property on unsaved template 2023-12-21 13:11:44 -08:00
87853921c3 Formatting 2023-12-21 13:07:11 -08:00
8a496ccebc Formatting 2023-12-21 13:05:56 -08:00
3e5f804791 Display "Save" on the update template page button 2023-12-21 13:05:49 -08:00
62f8353bd7 Implement model filtering for selectValue method 2023-12-21 13:03:43 -08:00
1dd9273f70 Improve readability 2023-12-21 12:50:21 -08:00
2eeaef00e1 Improve readability 2023-12-21 12:15:00 -08:00
5c0c60a5b9 Formatting 2023-12-21 12:02:54 -08:00
6fcbb108c6 Implement test for filtering out invalid models from selectValues 2023-12-21 12:02:48 -08:00
71761a48ad A few more small clean ups 2023-12-20 17:50:55 -08:00
495d74f7c9 Formatting 2023-12-20 17:11:03 -08:00
fda77179a3 Simplify url 2023-12-20 16:48:25 -08:00
578495bab6 Update tests 2023-12-20 16:37:27 -08:00
9a5c8c4ce6 Formatting and clean ups 2023-12-20 16:24:48 -08:00
0504c09a9a Implement ability to delete templates 2023-12-20 16:19:04 -08:00
9d062f9849 Make control statements more explicit 2023-12-20 16:08:25 -08:00
0527201ae5 Allow templates to be updated 2023-12-20 14:41:23 -08:00
cf5c78029c Only show template name input on default screen 2023-12-20 14:12:42 -08:00
26cc4497eb Use dedicated show route for report templates 2023-12-20 14:01:46 -08:00
c35179b098 Use existing class in place of inline styling 2023-12-20 13:48:31 -08:00
b2d0cbb264 Display validation error for report name 2023-12-20 13:44:47 -08:00
ebf760a477 translations, UI fixes 2023-12-19 18:01:19 -05:00
9fcb1a2d0e Rename SavedReport to ReportTemplate 2023-12-18 12:55:48 -08:00
27bb938d9e WIP: add dedicated edit report page 2023-12-13 18:09:42 -08:00
75bd056bbe Display saved template name in header 2023-12-13 14:49:38 -08:00
ad202be374 update method (WIP ver) 2023-12-13 17:31:58 -05:00
ca35b66597 frontys 2023-12-12 19:03:09 -05:00
e9e68171bb frontend stuff 2023-12-12 18:56:21 -05:00
e791ebbe76 Display report name in input 2023-12-11 16:36:32 -08:00
d92893b2c7 Remove old javascript 2023-12-11 16:30:44 -08:00
c68a2a36fa Add test case for saving custom reports 2023-12-11 16:25:36 -08:00
89c47c1879 Add validation for saving reports 2023-12-11 16:20:36 -08:00
b9cda88363 Alphabetize saved reports list 2023-12-11 16:20:17 -08:00
52028ddef2 Add authorization to saving saved reports route 2023-12-11 15:34:17 -08:00
c3845f4393 Add tests around loading saved reports 2023-12-11 14:29:33 -08:00
c9157dc55d Update docblock 2023-12-11 14:20:33 -08:00
c3b53b28e3 Allow saving custom reports 2023-12-11 14:19:03 -08:00
e636d7b9d5 multiple saved reports, beginning of dynamic dropdown listing/queried url 2023-12-11 15:28:34 -05:00
bd86c5430c Add a few typehints 2023-12-11 11:27:56 -08:00
4a0bb31866 Scaffold two more test cases 2023-12-07 11:00:26 -08:00
b7f6c7df06 html work, code comments for tomorrow's tasks 2023-12-06 18:05:58 -05:00
327d27591f Merge branch 'saved-custom-reports' into saving_custom_report_template 2023-11-30 18:15:35 -08:00