Skip to content

Commit

Permalink
AAE-6861 - Add runtimeBundleVersion property to the Model (#7443)
Browse files Browse the repository at this point in the history
* AAE-6861 - Add runtimeBundleVersion property to the Model

* AAE-6861 - Excluded test C260385 due to regression bug ADF-5467
  • Loading branch information
andrea-ligios committed Jan 13, 2022
1 parent c206bc2 commit 214cb32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/protractor.excludes.json
@@ -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"
}
Expand Up @@ -38,6 +38,7 @@ export interface Descriptor {
infrastructure?: DescriptorInfrastructure;
variables?: DescriptorVariables;
version?: string;
runtimeBundleVersion?: string;
}

export interface DescriptorSecurity {
Expand Down

0 comments on commit 214cb32

Please sign in to comment.