Skip to content

Commit

Permalink
Merge pull request #884 from samuelveigarangel/issue-880
Browse files Browse the repository at this point in the history
Corrige ordem das colunas de Issue na área administrativa
  • Loading branch information
samuelveigarangel authored Nov 4, 2024
2 parents b120b04 + 5148551 commit 4a4a252
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions issue/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ class IssueAdmin(ModelAdmin):

list_display = (
"journal",
"year",
"volume",
"number",
"volume",
"year",
"month",
"supplement",
"created",
"updated",
)
Expand All @@ -48,6 +48,7 @@ class IssueAdmin(ModelAdmin):
"volume",
"year",
"month",
"supplement",
)


Expand Down

0 comments on commit 4a4a252

Please sign in to comment.