Jump to content
We've recently updated our Privacy Statement, available here ×
  • Hide "Send job status notifications" in Job Notifications tab


    asimkin
    • Features: JasperReports Server, Scheduler, User Interface Version: v7.5, v7.2 Product: JasperReports® Server

    Question

    Customer would like to hide/remove "Send job status notifications" UI element of job schedule Notifications tab:

    hideelement.png.6512e4f9fd329338f02dad4463b06d51.png

     


     

    Solution

    A possible solution to hide 'Send job status notifications' section is to customize a theme and use CSS code

    #jobNotification { display: none;}

    That is:

    • - download attached overrides_custom.css file with required CSS code
    • - create a new theme in JasperReports Server in Themes folder under the root
    • - import overrides_custom.css file to the theme folder
    • - make the custom theme active

    Please review TIBCO JasperReports® Server Admin Guide for more details of custom themes:

    https://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v720/creating-themes#top

    Solution tested with TIBCO JasperReports® Server v.7.2.0 , 7.5


    AS-20200320, case 01853298

    hideelement.png.f73a84daecdfe10a8d1d6296ced43d37.png


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...