pondersource / dev-stock

Docker images we use in development
MIT License
3 stars 1 forks source link

[OCM][Test Suite] Inconsistency in oCIS ScienceMesh UI #128

Open MahdiBaghbani opened 3 months ago

MahdiBaghbani commented 3 months ago

Steps:

  1. In oCIS 1 go to the ScienceMesh app and create an invite link.

  2. In oCIS 2 go to the ScienceMesh app and accept the invite link.

  3. Observe that the domain shown in federation contacts is ocis1.docker: Screenshot 2024-07-26 194348

  4. Go back to oCIS 1 and observe that the domain shown in the federation contact list is https://ocis2.docker: Screenshot 2024-07-26 194338

  5. Login with user admin in oCIS 2 and create an invite link.

  6. Go back to oCIS 1 and accept the link, observe that the domain for admin in the federation contact list is ocis2.docker Screenshot 2024-07-26 194518

Conclusion:

The receiver (acceptor) of the invite link will have sender.domain in its institution domain list while the sender of the invite link will have https://receiver.domain

MahdiBaghbani commented 2 months ago

This could be related to this issue: https://github.com/owncloud/ocis/issues/9735