mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Modified webscript portlet dashlet definitions to use correct wcservice servlet, changed all definitions to use short form of service urls.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5919 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<init-param>
|
<init-param>
|
||||||
<name>scriptUrl</name>
|
<name>scriptUrl</name>
|
||||||
<value>/alfresco/168service/mytasks</value>
|
<value>/alfresco/168s/mytasks</value>
|
||||||
</init-param>
|
</init-param>
|
||||||
|
|
||||||
<supports>
|
<supports>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<init-param>
|
<init-param>
|
||||||
<name>scriptUrl</name>
|
<name>scriptUrl</name>
|
||||||
<value>/alfresco/168service/doclist</value>
|
<value>/alfresco/168s/doclist</value>
|
||||||
</init-param>
|
</init-param>
|
||||||
|
|
||||||
<supports>
|
<supports>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
<init-param>
|
<init-param>
|
||||||
<name>scriptUrl</name>
|
<name>scriptUrl</name>
|
||||||
<value>/alfresco/168service/myspaces</value>
|
<value>/alfresco/168s/myspaces</value>
|
||||||
</init-param>
|
</init-param>
|
||||||
|
|
||||||
<supports>
|
<supports>
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
<init-param>
|
<init-param>
|
||||||
<name>scriptUrl</name>
|
<name>scriptUrl</name>
|
||||||
<value>/alfresco/168service/mywebforms</value>
|
<value>/alfresco/168s/mywebforms</value>
|
||||||
</init-param>
|
</init-param>
|
||||||
|
|
||||||
<supports>
|
<supports>
|
||||||
|
@@ -24,4 +24,4 @@
|
|||||||
--%>
|
--%>
|
||||||
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
||||||
|
|
||||||
<r:webScript scriptUrl="/alfresco/service/doclist" />
|
<r:webScript scriptUrl="/alfresco/wcs/doclist" />
|
@@ -24,4 +24,4 @@
|
|||||||
--%>
|
--%>
|
||||||
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
||||||
|
|
||||||
<r:webScript scriptUrl="/alfresco/wcservice/myspaces" />
|
<r:webScript scriptUrl="/alfresco/wcs/myspaces" />
|
@@ -24,4 +24,4 @@
|
|||||||
--%>
|
--%>
|
||||||
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
||||||
|
|
||||||
<r:webScript scriptUrl="/alfresco/wcservice/mytasks" />
|
<r:webScript scriptUrl="/alfresco/wcs/mytasks" />
|
@@ -24,4 +24,4 @@
|
|||||||
--%>
|
--%>
|
||||||
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
||||||
|
|
||||||
<r:webScript scriptUrl="/alfresco/service/mywebforms" />
|
<r:webScript scriptUrl="/alfresco/wcs/mywebforms" />
|
Reference in New Issue
Block a user