Actions
Bug #9829
closedStages module not working since "Add DirectStore call to server side to fetch detail infos from expanded row"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2010-09-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since rev. a27f5def5d8e4dead51ef09a41f889c52f7d9fd6 (Add DirectStore call to server side to fetch detail infos from expanded row, Michael Klapper), the Ext JS grid doesn't show up anymore.
Firebug console:
uncaught exception: Ext.data.DataProxy: DataProxy attempted to execute an API-action but found an undefined url / function. Please review your Proxy url/api-configuration.
Request:
[{"action":"ExtDirect","method":"getWorkspaceInfos","data":[{"depth":990,"id":2,"query":""}],"type":"rpc","tid":2},{"action":"ExtDirect","method":"getStageActions","data":[{}],"type":"rpc","tid":3},{"action":"ExtDirect","method":"getMaasStageActions","data":[{}],"type":"rpc","tid":4}]
Response:
[{"tid":2,"action":"ExtDirect","method":"getWorkspaceInfos","type":"rpc","result":{"total":0,"data":[]},"debug":""},{"tid":3,"action":"ExtDirect","method":"getStageActions","type":"rpc","result":{"total":2,"data":[{"uid":0,"title":"Send to stage \"Editing\""},{"uid":10,"title":"Send to stage \"Publish\""}]},"debug":""},{"tid":4,"action":"ExtDirect","method":"getMaasStageActions","type":"rpc","result":{"total":3,"data":[{"uid":"1","title":"Publish"},{"uid":"2","title":"Swap"},{"uid":"3","title":"Delete all versions"}]},"debug":""}]
Actions