VSN-2354 : Integrating files metadata & dtails retrieval + Displaying owner file & owner document full name in adequate details dialogs.
Merge Request Description
Feature: Integrating Details Retrieval
This commit introduces the integration of document details retrieval functionality. It allows the system to fetch and display metadata and relevant information about files directly, improving the user experience in the details dialog.
Feature: Dynamising Owner Full Name Display
This commit enhances the file details dialog by dynamically displaying the owner’s full name. The implementation ensures that ownership information is contextually accurate based on the tenders workspace.
Feature: Correcting Invocation of DocumentDialog
This commit corrects the invocation of the DocumentDialog component within the tenders page. It ensures that the dialog is properly triggered and functions as expected when interacting with document details.
Refactor: Dynamising User Full Name Display
This commit refactors the folders details page to dynamically display the user’s full name. It improves consistency and ensures that user identity information is presented correctly across the interface.
Refactor: Correcting Invocation of FolderDialog
This commit corrects the invocation of the FolderDialog component. It ensures that folder-related dialogs are properly initialized and displayed, improving reliability in folder interactions.
Closes VSN-2354