Skip to content

Non-core FolderConfig registrations are ignored #12030

Open
@stwlam

Description

Originally reported by violencia

ALL MODULES DISABLED? true
OS, Hosting, Browser (if applicable): None
Short Description of bug: Foundry core seems to ignore a system's registered Folder Config custom sheet
Simple steps to reproduce the bug:

  1. Add DocumentSheetConfig.registerSheet(Folder, 'namespace', MyFolderConfig, {makeDefault: true}) to a system's initialization hook, such as init.
  • For comparison, DocumentSheetConfig.registerSheet(ActiveEffect, 'namespace', MyActiveEffectConfig, {makeDefault: true}) works as expected.
  1. Refresh Foundry to load the changes.
  2. Try to either create or edit a Folder through the sidebar.
    Screenshots and/or console errors:
    MyFolderConfig vs MyActiveEffectConfig

Metadata

Assignees

Labels

bugFunctionality which is not working as intendednonreproBugs which are not yet able to be reproduced.

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions