AEM 6.4 Touch UI Customization of inbox items
We have a requirement to customize the list of items in the inbox. We have a business logic to identify / build the list of items.
When I tried to customize /libs/cq/workflow/components/inbox/list/json.jsp, I am able to see the data reflecting when called the URL explicitly http://localhost:4504/libs/cq/workflow/content/inbox/list.json .
Also, when I check on Custom UI i.e. http://localhost:4504/inbox the changes reflect for example logs.
However, these changes do not reflect on Touch UI i.e. http://localhost:4504/aem/inbox . Touch UI is still showing all the items assigned to the logged in user only. There is no log registered that was added to json.jsp.
Please guide on which file is fetching and rendering the inbox list for Touch UI.