Skip to content

Commit

Permalink
Add back abstract and title previews
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 4, 2023
1 parent 82bc4f3 commit 76a2a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ def clear_article_list_and_files_view(self):

def update_article_display(self, article, element_type, list_item_func):
self.clear_supp_files_view()
self.active_elements.title_disp.setText(article.title)
self.active_elements.abstract_disp.setText(article.abstract)

# This monster must be slain
tables_to_display = []
Expand Down

0 comments on commit 76a2a45

Please sign in to comment.