snipe
ba5a674526
Fixed FD-55720 check on legacy route
2026-05-30 10:04:00 +01:00
snipe
a23bc89607
Graceful redirect if the user is not allowed
2026-05-26 10:40:45 +01:00
snipe
6da5f2e19b
Fixed FD-55585 - check canceled_by_admin more closely
2026-05-26 10:40:45 +01:00
snipe
e9e9dfeeab
Load companies to avoid n+1
2026-05-19 14:40:39 +01:00
snipe
7a001c81ea
Merge pull request #18809 from grokability/rename-assetstatus
...
Rename assetstatus to status (variation of #18808 )
2026-04-03 11:38:45 +01:00
Godfrey M
c6a3afa555
revert change, but still add locale
2026-04-02 15:31:25 -07:00
Godfrey M
6cc8ec63be
Correct way to append locale
2026-04-02 15:29:57 -07:00
snipe
d289ac7f05
Pint
2026-04-02 11:26:33 +01:00
snipe
7ec60bc6f2
Same as #18808 but renamed assetstatus to status
2026-04-02 11:26:23 +01:00
snipe
9bc92f57c8
Apply pint to non-API controllers
2026-03-13 16:45:30 +00:00
Joël Pittet
7a95bdfba6
Fix deprecated string interpolation in controllers
2026-02-24 14:57:29 -08:00
Godfrey M
5e48dd45b2
remove unnecessary code
2025-11-12 16:27:04 -08:00
Godfrey M
601d6e7377
fixes requestable models query
2025-11-12 16:25:08 -08:00
Brady Wetherington
f7bc538fdf
Intorduce ActionType enum and ensure all logactions are using it
2025-11-03 15:39:31 +00:00
snipe
b6d397bcca
Updated ->present()->fullName() to ->display_name
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-25 14:57:34 +01:00
Lukas Kraic
16fb1018a2
List users code refactoring
2025-06-05 20:05:38 +02:00
Lukas Kraic
ad6fe855a9
Fix code style: Change comments
2025-06-05 18:53:36 +02:00
Lukas Kraic
c50c97d149
Fix code style: Change comments
2025-06-05 18:18:07 +02:00
Lukas Kraic
8b98ae15f0
Fix code style: Add comment
2025-06-05 18:08:34 +02:00
Lukas Kraic
261f84d5f5
Fix code style: Remove comment
2025-06-05 17:55:46 +02:00
Lukas Kraic
29989ac24e
Fix code style: Remove empty line after end comment
2025-06-05 13:50:57 +02:00
Lukas Kraic
7494fa6bc9
Fix code style: Remove unnecessary end comment from short conditional block
2025-06-05 12:03:42 +02:00
Lukas Kraic
62e50dbe52
Fix code style: Add semantically correct end comments
2025-06-05 11:56:13 +02:00
Lukas Kraic
30c090ba2d
Fix code style: Add descriptive end comment for conditional block
2025-06-05 11:45:05 +02:00
Lukas Kraic
7ff82e6043
Delete comments
2025-06-05 11:07:42 +02:00
Lukas Kraic
61d3e2fb49
Fix code style: Add required whitespace in end block comments
2025-06-05 09:23:58 +02:00
Lukas Kraic
fb18c1a0be
Fix code style: Remove whitespace in end block comments
2025-06-05 08:59:07 +02:00
Lukas Kraic
ea447365fa
Fix Codacy warnings II
2025-06-04 15:40:17 +02:00
Lukas Kraic
60989d6766
Fix Codacy warnings
2025-06-04 15:17:55 +02:00
Lukas Kraic
84ec5aea26
Manager View Feature
2025-06-04 09:07:26 +02:00
spencerrlongg
513c78a09f
Refactor CheckoutRequest actions for consistency
...
Renamed CheckoutRequest action classes to include "Action" in their names for consistency and clarity. Enhanced error handling in controllers to standardize error responses with translations. Updated usage of the renamed action classes throughout the code to ensure proper integration.
2024-12-03 17:51:12 -06:00
spencerrlongg
fdb6970f36
this is pretty much done
2024-10-23 01:41:27 -05:00
spencerrlongg
b0d7eb2168
cancel action finished
2024-10-22 22:44:28 -05:00
spencerrlongg
79e6eafafa
cancelled scaffolded out
2024-10-22 22:33:29 -05:00
spencerrlongg
48c812d345
bunch of cleanup, split cancel out
2024-10-22 20:48:27 -05:00
spencerrlongg
b59bf495e1
stuff
2024-10-22 15:09:35 -05:00
spencerrlongg
e40849c910
this stuff works
2024-10-21 17:31:26 -05:00
spencerrlongg
95a32864cf
hm, lots to think about 🤔
2024-10-17 18:11:18 -05:00
spencerrlongg
1fd945c2d8
this works
2024-10-17 12:45:49 -05:00
spencerrlongg
b2ff34260a
hm, lots of thinking to do
2024-10-17 00:02:15 -05:00
spencerrlongg
a524c0b418
more work
2024-10-16 18:48:15 -05:00
spencerrlongg
b1d62cc478
initial untested
2024-10-16 17:23:22 -05:00
spencerrlongg
9a651b567d
change error to warning
2024-10-01 14:24:03 -05:00
spencerrlongg
1139acd9f3
catch errors around request notifications
2024-10-01 13:36:47 -05:00
snipe
d3b62aa918
Few more
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-04 22:52:49 +01:00
snipe
ae9085b11f
Modernize use statements, switch to auth()
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-04 20:49:22 +01:00
snipe
df1cef59d5
Fixes path for redirect response
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 18:01:40 +01:00
Ivan Nieto Vivanco
8496e64e16
Adds ternary to set a quantity when needed
2023-06-27 18:37:22 -06:00
Ivan Nieto Vivanco
b4b84f91d0
Redirect to correct page after cancel action
2023-06-27 18:25:38 -06:00
Ivan Nieto Vivanco
1c29bd37a6
Added feature to cancel requests from the Requested Assets view
2023-06-27 18:11:10 -06:00