-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.3
-
Component/s: Content Views
-
Tags:
-
Backlog priority:500
-
Sprint:nxfit 8.4.6
-
Story Points:1
- Following to
NXS-3474, I tried to manually set up the following properties with:<require>org.nuxeo.search.ui.contentviews</require> <extension point="contentViews" target="org.nuxeo.ecm.platform.ui.web.ContentViewService"> <contentView name="default_search"> <waitForExecution>true</waitForExecution> <waitForExecutionSentence>my custom sentence</waitForExecutionSentence> </contentView> </extension>
This does not work and only waitForExecution property is taken into account.
This may also be related to bugNXP-19898where the default_search is behaving oddly when overloaded.
As a workaround, customer can use the above contribution for the waitForExecution property and overload the label.search.waitForExecution label defined by default in the default_search content view.
- is required by
-
NXS-3474 Fix waitforexecution flags not being taken into account
- Resolved