You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Roberto E.L. (JIRA)" <ji...@apache.org> on 2016/04/26 14:54:13 UTC

[jira] [Created] (OPENMEETINGS-1378) Problem with the Period Valid of Room Invitations.

Roberto E.L. created OPENMEETINGS-1378:
------------------------------------------

             Summary: Problem with the Period Valid of Room Invitations.
                 Key: OPENMEETINGS-1378
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1378
             Project: Openmeetings
          Issue Type: Bug
          Components: HTML5/Room
    Affects Versions: 3.1.1, 3.1.0, 3.2.0
         Environment: Red Hat ES 7.2
Oracle JDK 1.7.80
openmeetings 3.1.1
            Reporter: Roberto E.L.
            Assignee: Maxim Solodovnik
            Priority: Minor


If you try to send an invitation from a room, and select the value “endless” in the Validity Period field, the invitation that you get is an invitation for one time use. If you select the “one time” option, then you get an Endless invitation.

The problem is located in the key value used with the wicket:id=”one” and the wicket:id=“endless” in the file openmeetings/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/InvitationDialog.html 

The wicket:id=“one” has the key value 527, however in openmeetings/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml, the key value for “One time” is set to 529. In the case of wicket:id=”endless” the correct value is 527 and not 529.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)