Override onClick of Complete/Published button in Action Dashboard

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 0

Like

1 comments

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