Content
You are here:
Displaye the message on Information tab (OpenProject -> Project setting -> Information)
Added by Mansi Jasani over 1 year ago
In the Information tab, when we clicked the Save button, we saw one message like "Successful update". So here on the same page, I want to display one another message base on my plugin functionality like "All work package are successfully updated".
So I tried some solution which is described in OpenProject documentation but it's not work. So if you have any idea about how to display the message on the frontend side of the OpenProject then let me know.
Replies (1)
To display a custom message on the frontend of the information tab in OpenProject you can utilize JavaScript/jQuery code. You can listen for the save button click event and upon successful update, append your desired message to the DOM element representing the information tab. Ensure that your code is properly integrated into the OpenProject plugin architecture.