You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to have a direct link to the article as it is in the repo (to be able to see the full metadata, and links to the files)
TECH NOTES
Add a custom action button in the admin Article detail page to open the record in a new tab.
Add an StackedInline in the Articles that contains the list of the Files and should be clickable to open them.
ACCEPTANCE
In the Django admin detail view for Articles, a new button labeled 'View in Repository' should be visible. Clicking this button should redirect the admin to the specific article's page in the repository, showing all related metadata and file links.
A files section should be in the Articles admin detail view, that has all the files related to the specific Article and each file should have a link to open it.
filename, extension, size and link to view it
The text was updated successfully, but these errors were encountered:
From Anne:
TECH NOTES
StackedInline
in the Articles that contains the list of the Files and should be clickable to open them.ACCEPTANCE
The text was updated successfully, but these errors were encountered: