cmu-lib / dhweb_app

Application for editing, searching, and browsing historical DH conference abstracts
https://dh-abstracts.library.cmu.edu
MIT License
4 stars 1 forks source link

Upload files from conference page appears to be borked #539

Closed scottbot closed 4 years ago

scottbot commented 4 years ago

Not sure what happened, pressing the button just leads me to the default admin page

scottbot commented 4 years ago

It looks like the admin face in general is borked... I'm guessing it has to do with updating django. Hopefully didn't cause any other downstream weirdness.

mdlincoln commented 4 years ago

Will look in to it this afternoon.

mdlincoln commented 4 years ago

@scottbot I can't seem to reproduce this, so let me make sure I'm following the same process you are:

  1. I log in, then go to an edit conference page and scroll down to Conference Documents, and click the "Upload/edit documents" button:

Screen Shot 2020-09-29 at 1 26 11 PM

  1. This opens up a new tab with the admin interface. 3.1 has added a collapsible sidebar on the left that lists all the model types for quick switching between contexts - do you see this when you go to e.g. https://dh-abstracts.library.cmu.edu/admin/abstracts/conference/7/change/ ?

Screen Shot 2020-09-29 at 1 28 51 PM

  1. Down at the bottom I can drag and drop a new file to add, then click "SAVE" at the end of the page

Screen Shot 2020-09-29 at 1 29 50 PM

  1. Now when I look up the conference while logged in, the new file shows up. (I've since deleted the test file I added)

Screen Shot 2020-09-29 at 1 30 38 PM

Let me know if you're following a different process somewhere, or if your screen looks radically different from what I'm seeing somehow.

mdlincoln commented 4 years ago

Refreshing the browser cache fixed this.