Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Fix EZP-27274: In the search result list the "Edit" button does not w…
Browse files Browse the repository at this point in the history
…ork (#852)
  • Loading branch information
adamwojs authored and andrerom committed May 10, 2017
1 parent 4ebc86a commit 5b8b1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ YUI.add('ez-contenteditplugin', function (Y) {
});

Y.eZ.PluginRegistry.registerPlugin(
Y.eZ.Plugin.ContentEdit, ['locationViewViewService', 'dashboardBlocksViewService']
Y.eZ.Plugin.ContentEdit, ['locationViewViewService', 'dashboardBlocksViewService', 'searchViewService']
);
});
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ YUI.add('ez-contenteditplugin-tests', function (Y) {

registerTest = new Y.Test.Case(Y.eZ.Test.PluginRegisterTest);
registerTest.Plugin = Y.eZ.Plugin.ContentEdit;
registerTest.components = ['locationViewViewService'];
registerTest.components = ['locationViewViewService', 'dashboardBlocksViewService', 'searchViewService'];

Y.Test.Runner.setName("eZ Content Edit Plugin tests");
Y.Test.Runner.add(editContentRequestTest);
Expand Down

0 comments on commit 5b8b1ce

Please # to comment.