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 ability to show/hide custom fields in list views by default #13312

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

snipe
Copy link
Owner

@snipe snipe commented Jul 14, 2023

This adds the option on custom fields to determine whether they should be shown/hidden by default versus just showing them all by default before a user has made their choices to show/hide them.

Screenshot 2023-07-14 at 9 09 07 AM Screenshot 2023-07-14 at 9 09 20 AM

@what-the-diff
Copy link

what-the-diff bot commented Jul 14, 2023

PR Summary

  • Database Update for Custom Fields Visibility
    We have included a new field titled show_in_listview in our database. This allows for additional features in our custom fields segment.

  • Additional Checkbox in Custom Field Edit Form
    An extra checkbox has been added to the edit form. This feature directly corresponds to the show_in_listview attribute, granting control over item visibility in our list view.

  • Update in the Custom Field Model
    The CustomField model now includes the show_in_listview attribute to reflect changes made in the database and edit form.

  • Adjustment of the Custom Field Transformer
    In sync with the changes, the custom field transformer now acknowledges the show_in_listview field offering systematic and uniform alterations.

  • View Column for Custom Fields
    Users can now see a show_in_listview column in the custom fields table for easier user interface and improved control over visibility in list view.

  • Augmented Asset Presenter Aspect
    The asset presenter now includes a show_in_listview column, resulting in additional beneficial properties for managing assets.

  • Language Specificity Ensured
    To help non-English speakers, we've added translation strings for show_in_listview in general.php, enhancing user interaction and user interface.

@snipe snipe merged commit bb0eaf8 into develop Jul 14, 2023
@snipe snipe deleted the features/add_show_hide_option_on_custom_fields branch July 14, 2023 08:38
@brianhoganm
Copy link

This adds the option on custom fields to determine whether they should be shown/hidden by default versus just showing them all by default before a user has made their choices to show/hide them.

Screenshot 2023-07-14 at 9 09 07 AM Screenshot 2023-07-14 at 9 09 20 AM

Extremely excited about this!!!

This adds the option on custom fields to determine whether they should be shown/hidden by default versus just showing them all by default before a user has made their choices to show/hide them.

Screenshot 2023-07-14 at 9 09 07 AM Screenshot 2023-07-14 at 9 09 20 AM

I am so exited about this!! Thank you @snipe for implementing this. This will be very useful. Can't wait for the next release.

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.

2 participants