Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed sorting on last checkin assets api #14516

Merged
merged 2 commits into from Mar 27, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Mar 27, 2024

This fixes a few missing elements from the change in #14262, namely the ability to sort and search on the last_checkin value that was added to the UI.

Signed-off-by: snipe <snipe@snipe.net>
Signed-off-by: snipe <snipe@snipe.net>
Copy link

what-the-diff bot commented Mar 27, 2024

PR Summary

  • Enhanced Asset Details Visibility
    The latest update in 'AssetsController.php' includes 'last_checkin' in the attribute list. This addition ensures that users can now see the last time an asset was checked-in, as part of standard asset info.

  • Validation Update for Checkouts
    In 'Asset.php', the validation rules for the 'declinedCheckout' method have been updated to include 'last_checkin'. This ensures that checkouts are tightly controlled and accurate information is maintained.

  • Improved Mass Assignment
    The 'last_checkin' attribute has also been added to the list of attributes that can be filled through mass assignment. This makes data management of asset check-ins easier and more efficient.

@snipe snipe changed the title Fixes/fixed sorting on last checkin assets api Fixed sorting on last checkin assets api Mar 27, 2024
@snipe snipe merged commit e5800a2 into develop Mar 27, 2024
8 checks passed
@snipe snipe deleted the fixes/fixed_sorting_on_last_checkin_assets_api branch March 27, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant