You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/Alfresco/alfresco-content-app/blob/master/CONTRIBUTING.md#question
Current behavior
I'm trying to replace the MetadataTabComponent registering my own component in my extension module with:
It is then shown properly in the personal-files page sidebar, but not in /personal-files/details/properties tab, and neither in the preview page.... and the personal-files sidebar is also wrong after accessing the other two locations.
Expected behavior
The desired behavior is that the replaced metadata tab component is shown across the application.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
ACA version: X.Y.Z
Browser:
- [ ] Chrome version XX
- [ ] Firefox version XX
- [ ] Safari version XX
- [ ] Edge version XX
- [ ] IE11
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
I just found that not only the configuration element 'app.components.tabs.metadata' is affected. I've configured one extension to remove certain options from the context menu (copy, move, delete, edit aspects) and all works fine until the viewer is launched. After that the application seem to revert/ignore the extension setup.
I'm submitting a...
Current behavior
I'm trying to replace the MetadataTabComponent registering my own component in my extension module with:
extensions.setComponents({ 'app.components.tabs.metadata': MetadataROTabComponent, });
It is then shown properly in the
personal-files
page sidebar, but not in/personal-files/details/properties
tab, and neither in the preview page.... and thepersonal-files
sidebar is also wrong after accessing the other two locations.Expected behavior
The desired behavior is that the replaced metadata tab component is shown across the application.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: