Skip to content

Commit

Permalink
ignore newly added dashboard experience_type
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 11, 2024
1 parent 3410831 commit 3aa35f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/kennel/models/dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class Dashboard < Record
include TagsValidation

READONLY_ATTRIBUTES = superclass::READONLY_ATTRIBUTES + [
:author_handle, :author_name, :modified_at, :deleted_at, :url, :is_read_only, :notify_list, :restricted_roles
:author_handle, :author_name, :modified_at, :deleted_at, :url, :is_read_only, :notify_list, :restricted_roles,
:experience_type
]
TRACKING_FIELD = :description
REQUEST_DEFAULTS = {
Expand Down

0 comments on commit 3aa35f9

Please sign in to comment.