Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Development
  1. OpenProject
  2. Forums
  3. Development
  4. Displaye the message on Information tab (OpenProject -> Project setting -> Information)

Displaye the message on Information tab (OpenProject -> Project setting -> Information)

Added by Mansi Jasani almost 2 years 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)

RE: Displaye the message on Information tab (OpenProject -> Project setting -> Information) - Added by Brent Cornett almost 2 years ago

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.

  • (1 - 1/1)
Loading...