Relationship panels move to the end of the detail page when using other panels as well #4179
Replies: 3 comments
-
|
This is the expected behavior right now.
|
Beta Was this translation helpful? Give feedback.
-
|
Why? Generally if we put fields in a specific order, they're in that order for UX reasons. Having the framework override that is unhelpful, especially as its an undocumented change that directly contradicts previous behaviour. Being able to set this behaviour on a per-resource basis would be very useful. Is there a function we can override on the resource to achieve this or is it deeper? Edit: Looks like overriding |
Beta Was this translation helpful? Give feedback.
-
|
I just ran into this with a Resource Tool, which was stuck above my relationships. The resource tool is used much less frequently than the relationships, so I'd like it at the bottom of the page, but Nova is re-arranging my UX here. Could we turn this into a feature request to allow custom sorting for panels, or simply respect the order that we set them in the Resource's Filtering fields without a panel into the top Detail panel makes sense, but the rest is confusing, especially as it's undocumented, and as @ianrobertsFF says, is the opposite of what Nova 1 - 3 did. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Resource's relationship panels are shown at the bottom of detail page no matter where those are placed in the code.
Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions