mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #3888] [Bug]: Hudu different columns missing data #1734
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#1734
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @backit-up on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3888
Originally assigned to: @JohnDuprey on GitHub.
Required confirmations before submitting
Issue Description
In hudu some fields details arent added to devices and users.
Hudu version 2.35.3
For devices:
Compliance policies is empty
Device groups is empty
For User:
Mailbox usage Infinity% and the bar doesnt get filled up.
List of the assignedmap licenses isnt there, just where to put it into the user, so it doesnt add anything.
I think the main issue is that $assignedmap doesnt exist outside line559 and 560.
Missing this part (from Luke's script):
In
Environment Type
Non-sponsored user
Front End Version
7.4.1
Back End Version
7.4.1
Relevant Logs / Stack Trace
@github-actions[bot] commented on GitHub (Mar 27, 2025):
Thank you for reporting a potential bug. If you would like to work on this bug, please comment:
Thank you for helping us maintain the project!
@github-actions[bot] commented on GitHub (Apr 6, 2025):
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
@backit-up commented on GitHub (Apr 15, 2025):
Hi again, saw that HaloPSA button isnt working, seems like $PSAUserURL is missing the initiator line in the script.
Think you need this early in the script, also halopsadomain.com needs to be changed with what the customer is using. Might be able to get that from halo integration or a field in the UI for hudu.
# PSA User URL (Only supports Halo PSA at the moment) $PSAUserURL = 'https://your.halopsadomain.com/customers?mainview=user&inactive=false&userid='Code lines are a bit bugged but $PSAUserURL as a own line