Closed idabblewith closed 1 month ago
@idabblewith In the second list item does "Separate" mean "Remove"?
@idabblewith In the second list item does "Separate" mean "Remove"?
No, not if you mean delete them from the system. Yes, if you mean remove them from results. I use 'separate' as I plan on performing logic on them in list item 3.
fixed in dbca-wa/science-projects-client#485
The system is currently set up to query DB active staff users then (when clicking and visiting the user details /{user_pk}) get their IT Asset data, if it exists. To prevent inactive users from being shown as a clickable card management would like to instead query IT Assets on every search term.
Results will show active staff (is_active, is_staff and match query) in SPMS DB who also have IT Assets entry.
@ben3000