Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/objects/product.object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
7 changes: 0 additions & 7 deletions src/objects/task.object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Loading