Skip to content

Commit

Permalink
LRAC-14467 set publishable to true when adding an experiment on Asah
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosapmf authored and brianchandotcom committed Sep 13, 2023
1 parent ac71773 commit 849d38d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ protected static Experiment toExperiment(
segmentsExperiment.getWinnerSegmentsExperienceKey());
}

experiment.setPublishable(true);

SegmentsExperience segmentsExperience =
segmentsExperienceLocalService.getSegmentsExperience(
segmentsExperiment.getSegmentsExperienceId());
Expand Down

0 comments on commit 849d38d

Please sign in to comment.