Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Rolling Back Model Fields with JSON Data #55

Merged

Commits on Feb 22, 2024

  1. Add support for JSON fields in MustBeApproved trait

    This update enhances support for JSON fields in the MustBeApproved trait. Changes include modifications to getDirtyAttributes and callCastAttribute methods to handle JSON casting. Extended tests are also added to validate the correct functionality with Models containing JSON fields.
    cjmellor committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2a4bff2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Remove user authentication from MustBeApproved trait

    This commit removes the user authentication check from the MustBeApproved trait. This change ensures that the trait is solely focused on approval processes and not concerned with user authentication, making for cleaner code and separation of concerns.
    cjmellor committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7d58247 View commit details
    Browse the repository at this point in the history