mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixups to portlet webscripts that hardcore the '/service' part of webscript urls to use ${url.serviceContext} and push down into appropriate javascripts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5883 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2,6 +2,7 @@ var MyTasks = {
|
||||
ANIM_LENGTH: 300,
|
||||
DETAIL_PANEL_HEIGHT: 132,
|
||||
Filter: null,
|
||||
ServiceContext: null,
|
||||
|
||||
start: function()
|
||||
{
|
||||
@@ -11,7 +12,7 @@ var MyTasks = {
|
||||
// is responsible for rendering just the contents of the main panel div
|
||||
YAHOO.util.Connect.asyncRequest(
|
||||
"GET",
|
||||
getContextPath() + '/service/mytaskspanel?f='+MyTasks.Filter,
|
||||
MyTasks.ServiceContext + '/mytaskspanel?f='+MyTasks.Filter,
|
||||
{
|
||||
success: function(response)
|
||||
{
|
||||
|
Reference in New Issue
Block a user