After I installed Nuxeo Agenda + my Studio project (tests-solen-nx), I have JavaScript error that prevent me from:
- Accessing the user menu (nothing occurs when I click the username)
- Creating new documents (waiter displayed indefinitely when I click "New").
Errors I see in Firebug Console:
ReferenceError: Seam is not defined
http://localhost:8080/nuxeo/seam/resource/remoting/interface.js?previewActions&clipboardActions&FileManageActions&workspaceActions&documentActions&popupHelper
Line 1
ReferenceError: Seam is not defined
http://localhost:8080/nuxeo/nxadmin/default/default-domain/workspaces/Studio/test@view_admin?tabIds=NUXEO_ADMIN%3AConnectApps&conversationId=0NXMAIN1
Line 77
TypeError: jQuery(...).preventDoubleSubmission is not a function
http://localhost:8080/nuxeo/nxadmin/default/default-domain/workspaces/Studio/test@view_admin?tabIds=NUXEO_ADMIN%3AConnectApps&conversationId=0NXMAIN1
Line 64
TypeError: jQuery(...).preventDoubleSubmission is not a function
http://localhost:8080/nuxeo/nxadmin/default/default-domain/workspaces/Studio/test@view_admin?tabIds=NUXEO_ADMIN%3AConnectApps&conversationId=0NXMAIN1
Line 71
- depends on
-
NXP-18089 Fix Agenda gadget on dashboard
- Resolved