]> git.parisson.com Git - teleforma.git/commitdiff
add webconf name
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 7 Mar 2025 11:23:44 +0000 (12:23 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 7 Mar 2025 11:31:52 +0000 (12:31 +0100)
teleforma/models/core.py

index e663087c762d57c2998aa49a59ae19df1ce1a0f5..3e9aa68301c8e5f712eb4231d0c96370de6e92f3 100755 (executable)
@@ -797,6 +797,7 @@ class WebclassMixin(Model):
                 year = datetime.datetime.now().year
                 # site_url = 'https://' + request.get_host()
                 params = {
+                    'name': "WebconfĂ©rence - %s" % self.title,
                     'moderatorPW':self.webclass_password,
                     'attendeePW':'pwattendee',
                     # 'maxParticipants':self.webclass_max_participants + 1,