mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-02 13:44:39 +00:00
fix(frontend): add missing contextDocumentsEnabled and manageDocuments fields (#15370)
Co-authored-by: Chakru <161002324+chakru-r@users.noreply.github.com>
This commit is contained in:
parent
fded33c606
commit
81321afbd8
@ -8,7 +8,7 @@ ch.qos.logback:logback-classic:1.5.19=compileClasspath,runtimeClasspath,testComp
|
||||
ch.qos.logback:logback-core:1.5.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
|
||||
@ -14,7 +14,7 @@ com.amazonaws:aws-java-sdk-sts:1.12.660=productionRuntimeClasspath,runtimeClassp
|
||||
com.amazonaws:jmespath-java:1.12.660=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
|
||||
@ -4078,6 +4078,7 @@ export const platformPrivileges: PlatformPrivileges = {
|
||||
manageGlobalAnnouncements: true,
|
||||
createBusinessAttributes: true,
|
||||
manageBusinessAttributes: true,
|
||||
manageDocuments: true,
|
||||
manageStructuredProperties: true,
|
||||
viewStructuredPropertiesPage: true,
|
||||
manageApplications: true,
|
||||
|
||||
@ -66,6 +66,7 @@ export const DEFAULT_APP_CONFIG = {
|
||||
nestedDomainsEnabled: true,
|
||||
platformBrowseV2: false,
|
||||
businessAttributeEntityEnabled: false,
|
||||
contextDocumentsEnabled: false,
|
||||
dataContractsEnabled: false,
|
||||
editableDatasetNameEnabled: false,
|
||||
themeV2Enabled: false,
|
||||
|
||||
@ -88,6 +88,7 @@ query appConfig {
|
||||
nestedDomainsEnabled
|
||||
platformBrowseV2
|
||||
businessAttributeEntityEnabled
|
||||
contextDocumentsEnabled
|
||||
dataContractsEnabled
|
||||
editableDatasetNameEnabled
|
||||
themeV2Enabled
|
||||
|
||||
@ -11,7 +11,7 @@ com.amazonaws:aws-java-sdk-sts:1.12.660=productionRuntimeClasspath,runtimeClassp
|
||||
com.amazonaws:jmespath-java:1.12.660=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
|
||||
@ -13,7 +13,7 @@ com.amazonaws:aws-java-sdk-sts:1.12.660=runtimeClasspath,testRuntimeClasspath
|
||||
com.amazonaws:jmespath-java:1.12.660=runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
|
||||
@ -11,7 +11,7 @@ com.amazonaws:aws-java-sdk-sts:1.12.660=productionRuntimeClasspath,runtimeClassp
|
||||
com.amazonaws:jmespath-java:1.12.660=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
|
||||
@ -13,7 +13,7 @@ com.amazonaws:aws-java-sdk-sts:1.12.660=runtimeClasspath,testRuntimeClasspath
|
||||
com.amazonaws:jmespath-java:1.12.660=runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
|
||||
@ -14,7 +14,7 @@ com.amazonaws:aws-java-sdk-sts:1.12.660=productionRuntimeClasspath,runtimeClassp
|
||||
com.amazonaws:jmespath-java:1.12.660=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core-http-netty:1.16.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-core:1.57.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.5=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity-extensions:1.2.6=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-identity:1.18.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-json:1.5.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.azure:azure-xml:1.2.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user