-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset Tabular File Ingest - Displaying both "success" and "ingest in process" message is confusing/wrong #2709
Comments
@oscardssmith have you noticed this while working on #3767? |
Closed the issue Tabular File Ingest: No message indicating page will refresh on its own, or if user needs to manually refresh #1798 as a duplicate of this issue. Recently saw this issue in my localhost The "Ingest in progess..." message will automatically be removed from the page, but the disabled state for the Publish, Edit and Upload buttons remains. In addition to the buttons, there is other functionality on the page that is broken when the page doesn't refresh properly, including the Explore button being added to the file table row, as well as the "Upload Completed with Errors" hover popover linked to the warning icon not working, as reported in issue #3491. Recently, we have developed "workflows" for publish, that use the warning message block to inform the user about the dataset lock status. We should apply similar messaging to the file ingest workflow, explaining why those buttons are disable and for how long. We should also fix the page refresh to properly update everything on the page. |
|
@mheppler @sekmiller Issues found, testing with Chrome: |
Coordinated with @kcondon to try and replicate some of the issues he saw. Here is what I confirmed locally in the
Screenshot of the empty Dataset Lock warning msg, as well as Explore btn displaying before ingest completes. |
The fix I put in to display the explore button when ingest completes wipes out the success message (you see it for a moment and then it goes away.) This is because the explore button is rendered based on the fileDownloadhelper which is injected into the DatasetPage bean. In order to refresh the "helper" you have to reload the whole page. I'll see if there's a tricky way to repost the success message after reloading the page. |
I fixed the ingest success message so that it will appear after the page reloads any explore buttons. I haven't seen an empty locked message. Are there any tricky steps needed to recreate? |
@sekmiller -- that could be due to a local dev setup error on my part, by not copying over the new bundle in this branch over to my local properties files directory that I configured for internationalization. |
There should maybe be no "success" message until the files completes ingest
The text was updated successfully, but these errors were encountered: