Skip to content

Commit

Permalink
PREAPPS-6616:Hide task list from calendar when the task feature is di…
Browse files Browse the repository at this point in the history
…sabled

-added the zimbraFeatureTasksEnabled to the schema of accountinfo
  • Loading branch information
sakshirawat0247 authored and silentsakky committed Apr 13, 2022
1 parent 8e78750 commit f5031cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/generated-schema-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export type AccountInfoAttrs = {
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
zimbraFeatureSharingEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureTaggingEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureTasksEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureTrustedDevicesEnabled?: Maybe<Scalars['Boolean']>;
zimbraFeatureTwoFactorAuthAvailable?: Maybe<Scalars['Boolean']>;
zimbraFeatureTwoFactorAuthRequired?: Maybe<Scalars['Boolean']>;
Expand Down
1 change: 1 addition & 0 deletions src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ type AccountInfoAttrs {
zimbraFeaturePop3DataSourceEnabled: Boolean
zimbraSignupAffiliate: String
zimbraSignupRecoveryEmail: String
zimbraFeatureTasksEnabled: Boolean
zimbraTrialExpirationDate: String
zimbraTrialConvertAtExpiration: Boolean
zimbraHierarchicalAddressBookRoot: String
Expand Down

0 comments on commit f5031cc

Please sign in to comment.