I have a newbie question regarding IT Shop requests. I have set up a test item with two approval steps. On testing, I am able to approve both steps but the status of the request still shows as Pending. Any idea what I might be missing?
In that case I suspect there is something that hasn't completed processing. And thus you still see this as pending in IT Shop.
Anything pending in the dbqueue or job queue?
You can query the table PersonWantsOrg directly to confirm the OrderState. E.g.: select orderstate from personwantsorg where uid_personordered = '9a560866-080e-4643-8d1f-7229758b7dd7'.
If it's not "assigned" then perhaps something is still being processed.
In that case I suspect there is something that hasn't completed processing. And thus you still see this as pending in IT Shop.
Anything pending in the dbqueue or job queue?
You can query the table PersonWantsOrg directly to confirm the OrderState. E.g.: select orderstate from personwantsorg where uid_personordered = '9a560866-080e-4643-8d1f-7229758b7dd7'.
If it's not "assigned" then perhaps something is still being processed.