Fixture property is not being applied during migration but works with manual import.
The issue involves Workspace fixtures not retaining their is_hidden property during migration, though it works when manually importing fixtures. The problem seems isolated to the migration process, but maintainer feedback is unclear and there may be underlying migration complexities.
When migrating, the Workspace fixtures that include the is_hidden property do not apply as expected. Even though the fixture JSON specifies "is_hidden": 1, the value is ignored or overwritten during the migration process.
Caused by https://github.com/frappe/frappe/pull/21470
Output of bench version
NONE
Workspaces marked with "is_hidden": 1 in fixtures should remain hidden after running bench migrate.
NONE
ERPNext: v15.72.1 (version-15) Frappe Framework: v15.75.0 (version-15)
Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!