Skip to content

Commit

Permalink
New_Option_US01: Always display space activity stream composer regard…
Browse files Browse the repository at this point in the history
…less the distribution (#126)
  • Loading branch information
Rdidmohamedelhadi authored Jun 11, 2020
1 parent 67b1b37 commit e2a14de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ExoFeatureService featureService = ExoContainerContext.getCurrentContainer().getComponentInstanceOfType(ExoFeatureService.class);
boolean isMainStreamComposerEnabled = System.getProperty("exo.config.mainStreamComposer.enabled").equals("true");
if(featureService.isActiveFeature("new-composer")) {
if (isMainStreamComposerEnabled) {
if (uicomponent.getSpaceGroupId() != null || isMainStreamComposerEnabled) {
%>
<div id="activityComposer"></div>
<script>
Expand Down

0 comments on commit e2a14de

Please sign in to comment.