AAE-6861 - Add runtimeBundleVersion property to the Model (#7443)

* AAE-6861 - Add runtimeBundleVersion property to the Model

* AAE-6861 - Excluded test C260385 due to regression bug ADF-5467
This commit is contained in:
Andrea Ligios
2022-01-13 11:48:26 +01:00
committed by GitHub
parent c206bc22cd
commit 214cb321e9
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"C269081": "https://alfresco.atlassian.net/browse/ADF-5385",
"C272819": "https://alfresco.atlassian.net/browse/ADF-5385"
"C272819": "https://alfresco.atlassian.net/browse/ADF-5385",
"C260385": "https://alfresco.atlassian.net/browse/ADF-5467"
}

View File

@@ -38,6 +38,7 @@ export interface Descriptor {
infrastructure?: DescriptorInfrastructure;
variables?: DescriptorVariables;
version?: string;
runtimeBundleVersion?: string;
}
export interface DescriptorSecurity {