You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which loads up a lot of pages, this is acceptable if I'm in the catalogue show page but when I'm just assigning a catalogue to an account, I don't think this is necessary and it's just loading up pages for all those catalogues. Is there a way to disable or at least selectively ignore fields in this scenario?
I temporarily used searchable just to avoid loading up catalogues all at once.
This discussion was converted from issue #5900 on September 22, 2023 09:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Found out that assigning a simple belongsTo relationship is running its own fields method. In this case I want to assign a catalogue to an account.
e.g. App\Nova\Account.php@fields
but my App\Nova\Catalogue@fields has this Tab
which loads up a lot of pages, this is acceptable if I'm in the catalogue show page but when I'm just assigning a catalogue to an account, I don't think this is necessary and it's just loading up pages for all those catalogues. Is there a way to disable or at least selectively ignore fields in this scenario?
I temporarily used searchable just to avoid loading up catalogues all at once.
Beta Was this translation helpful? Give feedback.
All reactions