Skip to content

Commit

Permalink
RAP-52 Fixed losing Default Branch values
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Jul 25, 2024
1 parent b56ee22 commit 327fab1
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 221 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public interface ProductService extends EntityService<Product> {
String FIRST_TIME_RELEASE = "firstTimeRelease";
String BETA_RELEASE = "betaRelease";
String DAILY_BUILD = "dailyBuild";
String PREVIOUS_PACKAGE = "previousPackage";
String PREVIOUS_PUBLISHED_PACKAGE = "previousPublishedPackage";
String README_END_DATE = "readmeEndDate";
String WORKBENCH_DATA_FIXES_REQUIRED = "workbenchDataFixesRequired";
Expand All @@ -28,12 +29,15 @@ public interface ProductService extends EntityService<Product> {
String NEW_RF2_INPUT_FILES = "newRF2InputFiles";
String TRUE = "true";
String ASSERTION_GROUP_NAMES = "assertionGroupNames";
String RELEASE_ASSERTION_GROUP_NAMES = "releaseAssertionGroupNames";
String EXTENSION_DEPENDENCY_RELEASE = "extensionDependencyRelease";
String PREVIOUS_EDITION_DEPENDENCY_EFFECTIVE_DATE = "previousEditionDependencyEffectiveDate";
String DEFAULT_NAMESPACE = "defaultNamespace";
String NAMESPACE_ID = "namespaceId";
String DEFAULT_MODULE_ID = "defaultModuleId";
String MODULE_IDS = "moduleIds";
String RELEASE_AS_AN_EDITION = "releaseExtensionAsAnEdition";
String RELEASE_EXTENSION_AS_AN_EDITION = "releaseExtensionAsAnEdition";
String RELEASE_AS_AN_EDITION = "releaseAsAnEdition";
String STAND_ALONE_PRODUCT = "standAloneProduct";
String ENABLE_DROOLS = "enableDrools";
String ENABLE_MRCM = "enableMRCMValidation";
Expand Down
Loading

0 comments on commit 327fab1

Please sign in to comment.