Merged in bugfix/PMCORE-3247 (pull request #8071)
PMCORE-3247 Improvement the end point 'api/1.0/workflow/home/todo', the 'todo' verb should be normalize to 'inbox' word Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -87,7 +87,8 @@ class Home extends Api
|
|||||||
/**
|
/**
|
||||||
* Get the inbox cases
|
* Get the inbox cases
|
||||||
*
|
*
|
||||||
* @url GET /todo
|
* @url GET /inbox
|
||||||
|
* @url GET /todo [This is kept for compatibility should not be used 'todo', the reason is to only handle the same verb (inbox) for all 'normal case list' and 'custom case list']
|
||||||
*
|
*
|
||||||
* @param int $caseNumber
|
* @param int $caseNumber
|
||||||
* @param int $process
|
* @param int $process
|
||||||
|
|||||||
Reference in New Issue
Block a user