Skip to content

Commit

Permalink
Merge pull request #441 from ioki-mobility/reporting-visible-attributes
Browse files Browse the repository at this point in the history
Reporting | Add `visible_filter` to reporting column definitions
  • Loading branch information
phylor authored Oct 10, 2024
2 parents da87037 + 671430d commit 2d7be67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ioki/model/operator/reporting/report_column_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ class ReportColumnDefinition < Base
on: :read,
type: :boolean

attribute :visible_filter,
on: :read,
type: :boolean

attribute :visible_export,
on: :read,
type: :boolean
Expand Down

0 comments on commit 2d7be67

Please sign in to comment.