Skip to content

Commit

Permalink
Add a feature for listing timezones via the API for all users
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Dec 1, 2020
1 parent 10d5e3a commit eb3951f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6502,6 +6502,13 @@
:identifier: transformation_mapping_delete
:feature_type: admin

# Timezones
- :name: Timezones
:description: List of available timezones
:feature_type: view
:identifier: timezones
:hidden: true

# API
- :name: API
:description: Features Exclusive to the API
Expand Down

0 comments on commit eb3951f

Please sign in to comment.