Hello, you have to modify a source code page.

The page is DashBoardActionsBean.java

Add a new  "protected static final String" that is the name of your new
dashboard view (see example in the code) and you'll have to add
a condition around ligne  455. You have to add a condition to determine which
parameters will be used for the request.
To make it simple, if you have no "?" parameter in your NXQL request just add
the condition like this :

...
 } else if (BOARD_WORKSPACES.equals(name) ||  YOUR_CONDITION) {
            params = null;
        } else {
....

Damien
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to