Open rtraselbd opened 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?
@saeedvaziry Sure, I can take care of updating those as well. I'll make sure to include them in the same PR.
@saeedvaziry, I’ve updated everything in the project and noticed some issues with the table. Can I address those in the same PR?
@rtraselbd go ahead please
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 replacegetFormModel
across the project.Summary of Changes:
getFormSchema
toform()
in selected files to comply with the latest Filament recommendations.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.