Skip to content

Commit

Permalink
Merge pull request #78 from acdh-oeaw/remove-sort-computed-columns
Browse files Browse the repository at this point in the history
Disable sort on computed column - author
  • Loading branch information
gythaogg authored Jun 25, 2024
2 parents e78d2b6 + 7d41892 commit 76a4f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class Meta(TibScholRelationMixinTable.Meta):
subj = tables.Column()
obj = tables.Column()
commentary_author = tables.Column(
verbose_name="Author (obj)", orderable=True, accessor="obj"
verbose_name="Author (obj)", orderable=False, accessor="obj"
)

def render_commentary_author(self, value):
Expand Down

0 comments on commit 76a4f95

Please sign in to comment.