Skip to content

Conversation

@LoicBonavent
Copy link
Collaborator

Multiple fixes for v4.0.2:

  • Correct Podfile module:

    • Set Backdrop to false to avoid problems with multiple modals (for exemple, when podfile is called when edit a video)
    • Add styles to manage blur for modal in modal. Useful when backdrop is false
    • Fixes numerous bugs (for exemple, add type value when useful)
  • Modify meeting module:

    • Add toggle chat functionality
    • Fix that restricted access is not possible for a webinar
    • Remove start and end date informations for a personal meeting
  • Remove |title (useful for exemple for 'IA') for a live event

@LoicBonavent LoicBonavent self-assigned this Nov 6, 2025
@LoicBonavent LoicBonavent requested a review from Badatos November 6, 2025 15:30
@LoicBonavent LoicBonavent linked an issue Nov 6, 2025 that may be closed by this pull request
@Badatos Badatos added this to the 4.x milestone Nov 6, 2025
const endUrl = button.getAttribute("data-bs-meeting-end-url");
const modalHref = button.getAttribute("data-bs-meeting-info-url");
const isWebinar = button.getAttribute("data-bs-meeting-webinar") == "True";
const toggleChatUrl = button.getAttribute("data-bs-meeting-toggle-chat-url");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pourquoi utiliser des "data-bs-" ... "bs" étant réservé aux éléments BootStrap, je préconise plutot un autre nom, comme "data-pod-..." par exemple.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En fait, c'était déjà comme cela : tous les autres boutons utilisent déjà des attributs data-bs-*.
Cela aurait été bizarre de rajouter un nouveau bouton qui n'a pas le même nom de classe que les autres.
Et modifier tous les autres impliqueraient un paquet de modifications/tests complémentaires...

Copy link
Collaborator

@Badatos Badatos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci pour ces fixes !
Voici quelques remarques :


let folder_id = button.dataset.folderid;
let filetype = button.dataset.filetype;
// Worjing variables
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worjing ou Working ? :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oj, modifié :)

@Badatos
Copy link
Collaborator

Badatos commented Nov 7, 2025

J'ai mis à jour la branche avec dev_v4 pour intégrer les FIX de la PR #1374 afin de voir si tout passe bien cette fois.

@LoicBonavent
Copy link
Collaborator Author

Normalement, la CI devrait passer. On verra d'ici 15 minutes :)

@Badatos
Copy link
Collaborator

Badatos commented Nov 7, 2025

Normalement, la CI devrait passer. On verra d'ici 15 minutes :)

YES !
=> Successful in 16m

@Badatos Badatos merged commit 501ce04 into EsupPortail:dev_v4 Nov 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problème de date sur la salle de réunion permanente

2 participants