diff --git a/src/objects/product.object.ts b/src/objects/product.object.ts index f1cc8677..fc4acd3f 100644 --- a/src/objects/product.object.ts +++ b/src/objects/product.object.ts @@ -19,13 +19,6 @@ export const Product = ObjectSchema.create({ nameField: 'display_title', compactLayout: ['product_code', 'name', 'category', 'is_active'], - // Product detail pages are catalog-style — users edit attributes in - // place, they don't browse lateral relationships. Suppress the - // Reference Rail so the single-column form gets full width. - detail: { - hideReferenceRail: true, - }, - fieldGroups: [ { key: 'basic', label: 'Product Information', icon: 'info' }, { key: 'pricing', label: 'Pricing & Billing', icon: 'dollar-sign' }, diff --git a/src/objects/task.object.ts b/src/objects/task.object.ts index 4d0ac9c8..160e334d 100644 --- a/src/objects/task.object.ts +++ b/src/objects/task.object.ts @@ -10,13 +10,6 @@ export const Task = ObjectSchema.create({ icon: 'check-square', description: 'Activities and to-do items', - // Tasks are atomic action items, not Hub objects. Keep the detail - // page single-column so the assignment + due-date + completion flow - // dominates instead of being shoulder-bumped by a related-list rail. - detail: { - hideReferenceRail: true, - }, - fields: { // Task Information subject: Field.text({