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

Fix rendering of custom table columns for full title, full name #36

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

koeaw
Copy link
Collaborator

@koeaw koeaw commented Mar 18, 2024

Switch to using model methods over render_FOO methods in tables for more flexibility in how/where custom strings can be used.

koeaw added 2 commits March 18, 2024 10:41
Add method for creating full titles from
title + subtitle fields in model classes.
Also remove now redundant render_full_title
method from tables.py.
Add method for creating full names from
available name fields for person-like
entities in model classes.
Also remove now redundant method
render_full_name from tables.py.
@koeaw koeaw merged commit f5ed5b1 into deploy Mar 18, 2024
1 check passed
@koeaw koeaw deleted the kk/fix/custom_table_columns branch April 4, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant