Skip to content

Commit

Permalink
Merge pull request #430 from ioki-mobility/reporting-report-localized…
Browse files Browse the repository at this point in the history
…-name

Add localized name and description to reports
  • Loading branch information
phylor authored Sep 17, 2024
2 parents 8851261 + 064d5d9 commit 3cc9e9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/ioki/model/operator/reporting/report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ class Report < Base
on: :read,
type: :string

attribute :localized_name,
on: :read,
type: :string

attribute :localized_description,
on: :read,
type: :string

attribute :period_type,
on: :read,
type: :string
Expand Down

0 comments on commit 3cc9e9a

Please sign in to comment.