You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/09/17 16:35:15 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1930] string id is renamed for srceen-sharing

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 9e953ef  [OPENMEETINGS-1930] string id is renamed for srceen-sharing
9e953ef is described below

commit 9e953efb7354d40d9efa4d8dad67df6cf427dd19
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Sep 17 23:35:01 2018 +0700

    [OPENMEETINGS-1930] string id is renamed for srceen-sharing
---
 .../java/org/apache/openmeetings/web/room/menu/StartSharingButton.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
index d558989..3520193 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
@@ -117,7 +117,7 @@ public class StartSharingButton extends OmButton {
 							, "1091", "1092", "1093", "1465", "1466"
 							, "1467", "1468", "1469", "1470", "1471"
 							, "1472", "1473", "1474", "1475", "1476"
-							, "1477", "1589", "1598", "1078"))
+							, "1477", "1589", "1598", "ulist.right.remote.grant"))
 					.replace("$defaultQuality", String.valueOf(cfgDao.getLong(CONFIG_SCREENSHARING_QUALITY, 1L)))
 					.replace("$defaultFps", String.valueOf(cfgDao.getLong(CONFIG_SCREENSHARING_FPS, 10L)))
 					.replace("$showFps", String.valueOf(cfgDao.getBool(CONFIG_SCREENSHARING_FPS_SHOW, true)))