Description
Steps to reproduce:--
1.Given user "author" is on the CMS dashboard
2.When I click the "Create a news document" shortcut available on CMS dashboard.
Actual result:--Nothing happens when clicked on any dashboard document wizard and error is logged in log file.
Expected result:--New create document dialogue should popup when clicked.
Logs:--Caused by: java.lang.NoSuchFieldError: feedback
at org.onehippo.forge.dashboard.documentwizard.NewDocumentWizardPlugin$Dialog.<init>(NewDocumentWizardPlugin.java:252)
at org.onehippo.forge.dashboard.documentwizard.NewDocumentWizardPlugin$Link.onClick(NewDocumentWizardPlugin.java:200)
at org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:86)
at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:123)
at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:626)
Attachments
Issue Links
- relates to
-
CMS-8825 Dashboard wizard dialog throws exception that feedback panel is missing
- Closed