Skip to content

Order of sub-folders is not respected #44

Description

@jmckisson

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions