Skip to content

Show submission date in dashboard's Date Submitted column - #5447

Merged
ajrbyers merged 2 commits into
r-v1.9.xfrom
b-5441-dashboard-date-submitted
Aug 18, 2026
Merged

Show submission date in dashboard's Date Submitted column#5447
ajrbyers merged 2 commits into
r-v1.9.xfrom
b-5441-dashboard-date-submitted

Conversation

@ajrbyers

Copy link
Copy Markdown
Member

Closes #5441

<td>{{ preprint.pk }}</td>
<td><a href="{% url 'repository_author_article' preprint.pk %}">{{ preprint.title|safe }}</a></td>
<td>{{ preprint.submission_type.name }}</td>
<td>{{ preprint.submission_type.name|default:"No submission type" }}</td>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

worth keeping the default filter on the cell above?

@ajrbyers
ajrbyers force-pushed the b-5441-dashboard-date-submitted branch from 2d8ae16 to 41ea77e Compare August 18, 2026 13:27
…date-submitted

# Conflicts:
#	src/repository/tests/test_views.py
@ajrbyers
ajrbyers merged commit 84d8599 into r-v1.9.x Aug 18, 2026
4 checks passed
@ajrbyers
ajrbyers deleted the b-5441-dashboard-date-submitted branch August 18, 2026 15:21
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.

2 participants