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

FMFR-1357 - Add ability to close FM frameworks #3573

Commits on Mar 1, 2023

  1. As the RM3830 Facilities Management framework needs to be closed soon…

    …, we need to add that ability to the code base. Fortunately, this is something that already exists in the Legacy code base so I was able to basically copy and use that.
    
    Instead of having a `FacilitiesManagement::Framework` model, we instead have the `Framework` model with the `facilities_management` scope. I’ve updated the references where this was previously used to reflect these changes.
    
    Finally, I’ve updated some of the authentication controllers so that they can all make use of the framework status and do the right actions if there is an issue with the frameworks.
    tim-s-ccs committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    30c84a8 View commit details
    Browse the repository at this point in the history