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

WIP: Regression in machines module, some actions not accessible #1502

Open
mosen opened this issue Apr 17, 2023 · 1 comment
Open

WIP: Regression in machines module, some actions not accessible #1502

mosen opened this issue Apr 17, 2023 · 1 comment
Labels
beta This issue only exists in beta versions bug

Comments

@mosen
Copy link
Contributor

mosen commented Apr 17, 2023

precursorca finds a few issues with the machines module (in v6) which was incorporated into the mainstream release. This may also affect comment, reportdata, tag (needs clarification):

    - The Machine module is not displaying data to its widgets.
    These modules are no longer in /vendors/munkireport as in v.5 but appear to be in /apps/Http/Controllers and /resources/views
    None of the public functions in /app/Https/Controllers/MachineController.php seem to be working.
    i.e. there are Laravelle errors when trying to hit things like:
    - /module/machine/get_duplicate_computernames
    - /module/machine/get_model_stats
    - /module/machine/report
    - /module/machine/new_clients
    - /module/machine/get_memory_stats
    - /module/machine/hw
    - /module/machine/os
    - /module/machine/osbuild
@mosen mosen added bug beta This issue only exists in beta versions labels Apr 17, 2023
@mosen
Copy link
Contributor Author

mosen commented Apr 17, 2023

The defacto query filter for business units, Compatibility\Scopes\FilterScope expects a join to be present for machine group but MachineController doesnt have one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta This issue only exists in beta versions bug
Projects
None yet
Development

No branches or pull requests

1 participant