Skip to content
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

DRPLDCX-82 Messages on dropzone #26

Merged
merged 5 commits into from
Aug 19, 2016
Merged

Conversation

goechsler
Copy link
Contributor

Allow visual feedback on the current state of the DC-X import via dropzone. Display messages after import.

To make make this work we need to patch core, see https://www.drupal.org/node/2781993.

The missing makefile line looks (somewhat) like this:
patch:
- "https://www.drupal.org/files/issues/allow_redirect_callback_to_return-2781993-5.patch"

@goechsler goechsler assigned goechsler and chrfritsch and unassigned goechsler Aug 16, 2016
function updateCallback(progress, status, pb) {
if (progress === '100') {
pb.stopMonitoring();
$.ajax({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the part I changed from the original batch.js. window.location = something would be a real showstopper

@chrfritsch
Copy link
Member

bildschirmfoto 2016-08-18 um 16 16 49

Funktioniert soweit gut, nur sieht es etwas komisch aus

@chrfritsch chrfritsch assigned goechsler and unassigned chrfritsch Aug 18, 2016
@goechsler
Copy link
Contributor Author

Please feel free to open a frontend refinement ticket. I'm not a frontend developer and would refrain myself from putting more time into this. If there's no technical/funcitonal issues with it, please merge.

@goechsler goechsler assigned chrfritsch and unassigned goechsler Aug 19, 2016
@chrfritsch chrfritsch merged commit 8426f97 into 8.x-1.x Aug 19, 2016
@goechsler goechsler deleted the DRPLDCX-82/messages-on-dropzone branch August 23, 2016 14:04
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