Alfresco / alfresco-content-app

Alfresco Content Application
https://alfresco-content-app.netlify.app
GNU Lesser General Public License v3.0
190 stars 149 forks source link

Inconsistent Behavior in Favorites Page Regarding File and Folder Management #3777

Open AlgoJerViA opened 5 months ago

AlgoJerViA commented 5 months ago

Describe the bug The Favorites page inconsistently handles files and folders compared to other areas, such as Personal Files. The primary issue is the inability to edit permissions, set aspects, or manage rules for nodes within Favorites. However, editing the node's name and description remains possible, suggesting this limitation may be unintended. Additionally, a terminating separator line in the context menu implies missing expected options, further indicating a potential oversight.

Environment

To Reproduce

  1. Mark a node as a favorite.
  2. Navigate to the Favorites page.
  3. Right-click on the node.

Expected behavior The interface should provide consistent functionality, irrespective of whether a node is accessed from the Favorites page or elsewhere.

Additional context This issue likely stems from the Favorites page utilizing specific API calls that lack comprehensive node information, such as editable permissions and other properties. A possible solution could involve modifying the Favorites API or, preferably, retrieving only the node reference from the Favorites API and leveraging the node API for detailed information.

MateuszHY commented 2 weeks ago

Hi @AlgoJerViA. Thank you for raising this. Is it reproducible on latest ACS and ACA versions?