Skip to content

Commit

Permalink
Merge pull request #54 from EdwinBetanc0urt/bugfix/is-jasper-report-flag
Browse files Browse the repository at this point in the history
feat: Add `Jasper Report` flag.
  • Loading branch information
yamelsenih authored Sep 30, 2024
2 parents 40fb989 + 895b8fc commit 2d01993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub struct Process {
// Report
pub is_report: Option<bool>,
pub is_process_before_launch: Option<bool>,
pub is_jasper_report: Option<bool>,
pub report_view_id: Option<i32>,
pub print_format_id: Option<i32>,
pub report_export_types: Option<Vec<ReportExportType>>,
Expand Down Expand Up @@ -145,6 +146,7 @@ impl Default for Process {
// Report
is_report: None,
is_process_before_launch: None,
is_jasper_report: None,
print_format_id: None,
report_view_id: None,
report_export_types: None,
Expand Down

0 comments on commit 2d01993

Please sign in to comment.