mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"C269081": "https://alfresco.atlassian.net/browse/ADF-5385",
|
"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"
|
||||||
}
|
}
|
||||||
|
@@ -38,6 +38,7 @@ export interface Descriptor {
|
|||||||
infrastructure?: DescriptorInfrastructure;
|
infrastructure?: DescriptorInfrastructure;
|
||||||
variables?: DescriptorVariables;
|
variables?: DescriptorVariables;
|
||||||
version?: string;
|
version?: string;
|
||||||
|
runtimeBundleVersion?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DescriptorSecurity {
|
export interface DescriptorSecurity {
|
||||||
|
Reference in New Issue
Block a user