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

Support custom fields without corresponding model attributes #2569

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Support custom fields without corresponding model attributes

    The current implementation assumes fields have corresponding model
    attributes. But sometimes, we just want to display a button or a link
    that is not backed by an attribute.
    
    This change simply relaxes the assumption and allows custom fields that
    are not tied to model attributes.
    shouichi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    403f4b5 View commit details
    Browse the repository at this point in the history