-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory Tree Renderer #86
Comments
Hi @mogilvie , Do you have a method in mind? I just want to keep my bundle simple and not be dependent on a database. |
Add an additional array item for the directory list called 'fileSystemText, as opposed to 'text', which would be used for display in the directory tree tree. If fileSystemText was empty or unset then 'text' would be used. Add an event dispatcher that allows the main application manage its own DB or logic to set the fileSystemName based on the Finder object. |
An event dispatcher is a good idea and very flexible 🤔 👍 |
The way we solved this is indeed with a listener;
|
Thankyou @Martin1982 , that's a great suggestion to use the FileManagerEvent. |
Hi,
I'd like to use the bundle for a multi-user application. I'd like to keep the actual director folder name as something immutable, such as a user UUID number, but display the directory folder as the user name .
There are several means of accomplishing this, and I would be happy to do a pull request with changes.
I'm wondering if you have a preferred method?
Regards,
Mark
The text was updated successfully, but these errors were encountered: