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 d0e2519 commit 500f683
Show file tree
Hide file tree
Showing 2 changed files with 210 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 All @@ -43,6 +47,7 @@ public interface ProductService extends EntityService<Product> {
String DROOLS_RULES_GROUP_NAMES = "droolsRulesGroupNames";
String CLASSIFY_OUTPUT_FILES = "classifyOutputFiles";
String LICENSE_STATEMENT = "licenseStatement";
String LICENCE_STATEMENT = "licenceStatement";
String RELEASE_INFORMATION_FIELDS = "releaseInformationFields";
String ADDITIONAL_RELEASE_INFORMATION_FIELDS = "additionalReleaseInformationFields";
String USE_CLASSIFIER_PRECONDITION_CHECKS = "useClassifierPreConditionChecks";
Expand Down
Loading

0 comments on commit 500f683

Please sign in to comment.