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

Set a default template for ObjectChildrenView #16070

Closed
jeremystretch opened this issue May 9, 2024 · 0 comments · Fixed by #16071
Closed

Set a default template for ObjectChildrenView #16070

jeremystretch opened this issue May 9, 2024 · 0 comments · Fixed by #16071
Assignees
Labels
status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user

Comments

@jeremystretch
Copy link
Member

Proposed Changes

Set the default value for template_name on ObjectChildrenView to generic/object_children.html.

Justification

Many subclasses of this view use the generic template directly. Defining it as the default for the view obviates the need to define it explicitly on each subclass.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user labels May 9, 2024
@jeremystretch jeremystretch self-assigned this May 9, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant