Repository Checkbox in Output Options Tab Dynamically

Posted on by By Nikhilesh, in Business Intelligence, Jaspersoft, Open Source Business Intelligence | 1

How to uncheck Output to Repository checkbox in output options tab dynamically for job Schedule in JasperReportServer 6.2 & 6.1 Respectively.

Changes for JasperServer 6.2 :

We have make changes in JobModel.js which is located in the

checked

uncheck

Path: <Tomcat Home>\webapps\jasperserver-pro\scripts\bower_components\jrs-ui\src\scheduler\model.

By default it will be True so make it False.

Search for saveToRepository and make it false like mentioned below

// send almost an empty object to indicate what it’s model for editing

// saveToRepository: false

Changes for JasperServer 6.1 & for olderversions :

We have make changes in Job.js which is located in the

Path: <Tomcat Home>\webapps\jasperserver-pro\scripts\scheduler\model.

In this file we will find saveToRepository on two places but we have to make change where we find this

// send almost an empty object to indicate what it’s model for editing

// saveToRepository: false

After making all the changes Clear the cache and history and reload the browser to make the changes.

Thanks & Regards,

A.Prasanth Kumar.

logo

Free Open Source BI Platform

logo
  • AI-Powered Analytics
  • Embedded Analytics
  • Single Sign-On (SSO)
  • Multi-Tenancy
  • Paginated Canned Reporting
  • Interactive Dashboard
  • White Labeling
0 0 votes
Article Rating
Subscribe
Notify of
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments