Skip to content
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

Order of sub-folders is not respected #44

Open
jmckisson opened this issue Nov 4, 2024 · 0 comments
Open

Order of sub-folders is not respected #44

jmckisson opened this issue Nov 4, 2024 · 0 comments

Comments

@jmckisson
Copy link

When defining a hierarchy of scripts mixed with script folders, the folders seem to be placed at the top of the tree regardless of their position defined in the scripts.json for that directory.

Example scripts json for my MedUI:
[ { "name": "CSSMan", "isActive": "yes", "isFolder": "no" }, { "name": "MedPrompt", "isActive": "yes", "isFolder": "no" }, { "name": "Main", "isActive": "yes", "isFolder": "no" }, { "name": "MedieviaTabbedChat", "isActive": "yes", "isFolder": "yes" } ]

Here, MedieviaTabbedChat depends on Main being loaded first, however after being muddled the MedieviaTabbedChat is listed first under the MedUI Tree:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant