hansva commented on issue #4969: URL: https://github.com/apache/hop/issues/4969#issuecomment-2693604182
You found a feature I was still experimenting with; I should have placed it behind a feature flag. The goal is to add more structure to the metadata tab as it could get cluttered after a while and add some extra features such as search and refactoring. The first 3 bullet points are valid and should be fixed. Drag & Drop is indeed not implemented yet. Delete was removed from the dropdown for a reason, but I did not think about checking the delete button. These paths are indeed virtual and stored inside the metadata object and are not a physical representation on the file system. Our metadata objects use the name they have as the key to link to the pipelines and workflows, this means name should be unique and this requirement will remain, so even when making folders. When there is no object created inside a folder the folder will disappear upon refreshing at the moment, we could however cache that structure in our audit trails. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
