Question
Override onClick of Complete/Published button in Action Dashboard
15:35 May 11, 2022
Hi,
I want to override the onClick of Complete/Published button in Action Dashboard. Kindly suggest suitable links or method that need to be overridden.
#SectionActionsDashboard
Like
1 comments
16:07 May 11, 2022
Hello,
By clicking this button you run the onPublishButtonClick method from the BaseMessagePublisherPage schema. So you need to override the logic of this method in case additional logic should be triggered upon clicking this button.
Show all comments