-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team
Description
- Laravel Version: 9.52.7
- Nova Version: 4.24.4
- PHP Version: 8.1.19
- Database Driver & Version: n/a
- Operating System and Version: n/a
- Browser type and version: n/a
- Reproduction Repository: https://github.com/BlackVulcan/nova-4-deponds-on-action-issue
Description:
After upgrading the Nova in our application from 4.23.0 to 4.24.4 we noticed that some of our actions where no longer working. After debugging the issue we noticed that the dependsOn calls to the back-end no longer contains the resourceId or the resources parameter. We need this so that we can filter an action based on the option the user selects inside of the Action and also the relations to the resource on which the action needs to run. The Reproduction Repository contains two tags of which 4.23.0 is working and 4.24.4 is broken.
Detailed steps to reproduce the issue on a fresh Nova installation:
- Create a new action with two fields
- Add two fields inside the action
- Let one field depend on another field
- Change the field and see that the resourceId is no longer being send.
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team