Project

General

Profile

Actions

Anomalie #4378

closed

Impossible de créer un salon temporaire sur Mumble-web

Added by Christian P. Momon over 4 years ago. Updated over 4 years ago.

Status:
Rejeté
Priority:
Normale
Start date:
03/29/2020
Due date:
% Done:

0%

Estimated time:

Description

Le service Mumble du Chapril est configuré pour permettre la création de salons temporaires.

Via le client GNU/Linux, ça fonctionne.
Via l'application web Mumble-web, l'option de menu reste grisé.

Demande : voir si c'est corrigeable et rendre activable la fonctionnalité.

Actions #1

Updated by Laurent POUJOULAT over 4 years ago

  • Status changed from Nouveau to En cours de traitement
  • Assignee set to Laurent POUJOULAT
Actions #2

Updated by Laurent POUJOULAT over 4 years ago

  • Status changed from En cours de traitement to Un jour peut-être

En fait la fonction (comme d'autres) n'est pas encore implémentée. Extrait de index.js:


        ui.canJoin = function () {
          return true; // TODO check for perms
        };
        ui.canAdd = function () {
          return false; // TODO check for perms and implement
        };
        ui.canEdit = function () {
          return false; // TODO check for perms and implement
        };
        ui.canRemove = function () {
          return false; // TODO check for perms and implement
        };
        ui.canLink = function () {
          return false; // TODO check for perms and implement
        };
        ui.canUnlink = function () {
          return false; // TODO check for perms and implement
        };
        ui.canSendMessage = function () {
          return false; // TODO check for perms and implement
        };

Ce sera donc, espérons le résolu dans une future évolution.

Actions #3

Updated by Christian P. Momon over 4 years ago

  • Status changed from Un jour peut-être to Rejeté

Super bien vu Laurent \o/
En l'absence de véritable anomalie (« it's not a bug, it's a feature »), rejet du ticket.

Actions #4

Updated by Christian P. Momon over 4 years ago

  • Assignee changed from Laurent POUJOULAT to Frédéric Couchet

Courriel envoyé à l'auteur de Mumbe-web pour faire avancer cette fonctionnalité :

Le 30/03/2020 à 00:06, Christian Pierre MOMON a écrit :

Dear Jonas Herzig,

As I can't open issue on Githug because it is not a free software, I
send you this email about on issue.

Currently, it is not possible to create temporary room in Mumble using
Mumble-web. This feature would be great.

Your project Mumble-web is really excellent. We are very pleased to use
it for our beginner users. Many thanks to you \o/

With all my encouragement.

Regards,

Christian (Cpm).

Actions #5

Updated by Christian P. Momon over 4 years ago

  • Target version set to Backlog
Actions #6

Updated by Laurent POUJOULAT over 4 years ago

  • Status changed from Rejeté to Fermé
Actions #7

Updated by Christian P. Momon over 4 years ago

  • Status changed from Fermé to Rejeté
Actions #8

Updated by Christian P. Momon over 4 years ago

  • Target version deleted (Backlog)
Actions #9

Updated by Christian P. Momon over 4 years ago

  • Target version set to Sprint 2020 mars
Actions

Also available in: Atom PDF