vitodeploy / vito

The Ultimate Server Management Tool
https://vitodeploy.com
GNU Affero General Public License v3.0
1.24k stars 190 forks source link

[2.x] [Filament] Update deprecated `getFormSchema` method to use `form()` override #354

Open rtraselbd opened 2 weeks ago

rtraselbd commented 2 weeks ago

This pull request initiates a partial update for replacing the deprecated getFormModel method. This change updates only a few files as a preliminary step. If accepted, further updates will be made to fully replace getFormModel across the project.

Summary of Changes:

Next Steps:

If this pull request is approved, I will proceed to apply similar updates to all existing instances of getFormSchema in the project.

Testing & Verification:

Please review the changes and confirm if this approach is acceptable before proceeding with a full project update.

saeedvaziry commented 2 weeks ago

@rtraselbd this is being used in some other places as well. do you mind updating those as well in the same PR?

rtraselbd commented 1 week ago

@saeedvaziry Sure, I can take care of updating those as well. I'll make sure to include them in the same PR.

rtraselbd commented 1 week ago

@saeedvaziry, I’ve updated everything in the project and noticed some issues with the table. Can I address those in the same PR?

saeedvaziry commented 1 week ago

@rtraselbd go ahead please