Arc Version 1.67.2 (55679) Chromium Engine Version 130.0.6723.117
MacOS 15.1
Steps to reproduce
From a Person object, open the Class settings for Collaborators (This is necessary as the Collaborators class is not visible in the Classes list under Class settings)
Add a Custom Property to the Collaborators class
After creating the custom property, try to edit it. Notice that the app will refuse to open the edit modal.
Expected behaviour
The edit modal opens when the custom property is clicked.
Actual behaviour
The class property edit modal does not open, and in the console an uncaught promise error is reported.
The text of the error is:Uncaught (in promise) Error: domain not found: notification:mixin:Collaborators
Description of the issue
A clear and concise description of the issue.
Your environment
Steps to reproduce
Expected behaviour
The edit modal opens when the custom property is clicked.
Actual behaviour
The class property edit modal does not open, and in the console an uncaught promise error is reported. The text of the error is:Uncaught (in promise) Error: domain not found: notification:mixin:Collaborators
Possible solutions
define the notification mixin for Collaborators