diff --git a/.github/ISSUE_TEMPLATE/html5-issue.md b/.github/ISSUE_TEMPLATE/html5-issue.md index cdba5914d9..a2e6c60cad 100644 --- a/.github/ISSUE_TEMPLATE/html5-issue.md +++ b/.github/ISSUE_TEMPLATE/html5-issue.md @@ -26,6 +26,12 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**BBB version (optional):** +BigBlueButton continually evolves. Providing the version/build helps us to pinpoint when an issue was introduced. +Example: +$ sudo bbb-conf --check | grep BigBlueButton +BigBlueButton Server 2.2.2 (1816) + **Desktop (please complete the following information):** - OS: [e.g. Windows, Mac] - Browser [e.g. Chrome, Safari] diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx index ec7b1acb77..c89a30a828 100755 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx @@ -128,6 +128,7 @@ class ActionsDropdown extends PureComponent { ? ( { Session.set('pollInitiated', true); @@ -338,6 +339,7 @@ class Poll extends Component {