Skip to content

Commit

Permalink
mark field as read only
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthbert-ecwid committed Aug 13, 2024
1 parent dba6e10 commit a994387
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ val nonUpdatablePropertyRules: List<NonUpdatablePropertyRule<*, *>> = listOf(
ReadOnly(FetchedCustomersConfig::entityTypes),
ReadOnly(FetchedCustomersConfig::createdDate),
ReadOnly(FetchedCustomersConfig::lastModifiedDate),

ReadOnly(FetchedStoreProfile.Settings::lowestPriceEnabled),
)

sealed class NonUpdatablePropertyRule<T, R>(
Expand Down

0 comments on commit a994387

Please sign in to comment.