Actions disappear on resource details page #4870
Replies: 4 comments 4 replies
-
@crynobone Do you need any more info from me? This bug is stalling my update to Nova 4. Im really looking forward to put all new nova 4 goodies in production. Kind regards |
Beta Was this translation helpful? Give feedback.
-
The current behaviour is expected as plan for Nova 4. Moving the toolbar down give a bad UX in my opinion and any changes would depends on whether the team agree to change the current behaviour. Haven't received any yet and currently not specifying this as a bug. |
Beta Was this translation helpful? Give feedback.
-
This also happens when using a custom Resource Tool. Is there a solution? |
Beta Was this translation helpful? Give feedback.
-
In my opinion this is either a bug or a poor UX decision. I debugged for an hour thinking there was an issue on my side. Its definitely not obvious that the resource buttons just disappear if you add certain components. It should be a custom setting developers can control. |
Beta Was this translation helpful? Give feedback.
-
Description:
When I place a HasMany field at the top of a resource details page the action buttons disappear.
HasMany::make() last in the fields() response array:
![Skärmavbild 2022-09-27 kl 13 08 52](https://user-images.githubusercontent.com/1415514/192517630-d0c334a7-8cd3-496d-8670-9c74db87601c.png)
HasMany::make() first in the fields() response array:
![Skärmavbild 2022-09-27 kl 13 08 32](https://user-images.githubusercontent.com/1415514/192517644-cd4bd9f2-8c9c-43ea-8339-2d43979efb9a.png)
Detailed steps to reproduce the issue on a fresh Nova installation:
Put a HasMany field first in the fields() function in a resource.
Beta Was this translation helpful? Give feedback.
All reactions