Grids not loading OJS 3.0

Hi,

{load_url_in_div id=“submissionChecklistGridDiv” url=$submissionChecklistGridUrl} and {load_url_in_div id=“metadataGridContainer” url=$metadataGridUrl} in submissionStageForm.tpl

are not loading in the journal wizard, but they work fine in settings → workflow → submission (same template). The wizard stops with {“status”:true,“content”:"",“elementId”:“0”}.

best,
Carola

Hi @carola,

Do you see any Javascript errors?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,

I get

ReferenceError: PNotify is not defined

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Not_defined

in a fresh installation

and

TypeError: $colourInput.spectrum is not a function

like in Journal Setup Error on Submission Page - #13 by asmecher, Spectrum colour picker not loaded in journal settings wizard · Issue #1795 · pkp/pkp-lib · GitHub

in an older installation and in the fresh installation.

best,
Carola

Hi @carola,

Try applying this patch:
https://github.com/pkp/pkp-lib/issues/1795

Regards,
Alec Smecher
Public Knowledge Project Team