Skip to content

Commit

Permalink
Update backend names for notes/internal notes fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed Feb 17, 2024
1 parent 1fb099f commit 99669ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Nova/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public function fields(Request $request)
BelongsTo::make('Brand')->sortable(),
AttachMany::make('Category', 'categories', Category::class)->rules('min:1', 'required'),

Trix::make('Additional Details', 'notes')->alwaysShow(),
Trix::make('Sources & Notes', 'internal_notes')->alwaysShow()
Trix::make('Notes', 'notes')->alwaysShow(),
Trix::make('Internal Notes & Sources', 'internal_notes')->alwaysShow()
->help('Please provide sources and credit images that aren\'t yours'),

new Panel('Submission Details', [
Expand Down

0 comments on commit 99669ee

Please sign in to comment.