cancel
Showing results for 
Search instead for 
Did you mean: 

XHR completion seems to break publishPayloadItemMixin in Aikau page

byoung_co
Champ in-the-making
Champ in-the-making
I have a situation in which I want to configure an action on a list item containing multiple fields.  That action is to edit the fields in a popup dialog, and I want the dialog pre-populated with the original field values.  I also want the list to refresh after the update.

I can confirm that the update is being pushed to the repository.

Before I configured the XHR completion to get the list refreshed after the update to the repository, I could get the values populated in the dialog after setting publishPayloadItemMixin:true.  After configuring the XHR completion, the dialog is no longer populated with the values.

Has anyone else run across this, or are there any suggestions for what I might try to address this situation?

Thanks.
1 REPLY 1

byoung_co
Champ in-the-making
Champ in-the-making
It turns out I was missing another item to ensure the values were provided:  publishPayloadModifiers: ["processCurrentItemTokens"]