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

Added a few order options on audit report #15991

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Dec 19, 2024

This doesn't cover everything, since sorting on some of these things is a little trickier due to the polymorphism used in the action logs table, but this should at least allow a little more flexibility for sorting.

Copy link

what-the-diff bot commented Dec 19, 2024

PR Summary

  • Enabling Sorting and Searching for Specific Fields
    By adding data-sortable="true" and data-searchable="true" attributes to certain columns (namely - 'created_at', 'created_by', 'item', 'location', and 'note'), users can now sort and search through these columns, hence improving the user interface and increasing efficiency when handling data.

  • Renaming Data-Field Attribute for Better Description
    The data-field attribute for the second column (originally labeled as 'admin'), has been altered to 'created_by'. This change improves the accuracy of the description and will help in better representation of data.

@snipe snipe merged commit 174a01c into develop Dec 19, 2024
9 checks passed
@snipe snipe deleted the added_some_sorting_on_audit_report branch December 19, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant