Brady Wetherington
Brady Wetherington
That "Ambiguous class resolution" error I *have* seen before - I suspect that you can at least make _that_ go away by doing this: 1. Take a backup. Ideally, some...
For your ldapsearch line, you should probably include the SSL key and cert - Google has some docs on this here: https://support.google.com/a/answer/9190869?hl=en#zippy=%2Cldapsearch Those are typically already on the machine in...
@snipe suggests that I add some API tests to make sure it fails at that layer too - and that makes sense to me. I'll push up some new tests.
I added those API tests and they fail - because of another bug that we introduced somewhere else. So I'm going to have to fix that as well and include...
@snipe I think this one is ready now!
Make sure to check importer - assigned_to without assigned_type _is_ allowed there? Does this break that?
(defaults to Users)
I have *no* idea how I managed to mangle this PR so very badly - I've rebased it into #15907, and am going to just close this one.
Do double-check that the signee actually _has_ an email address in the system - we don't necessarily require that.
I think this part is key: https://github.com/grokability/snipe-it/blob/73cfdae9e7c4f7961ccfe9270abb9caf6859c92c/app/Helpers/Helper.php#L1613 That's always going to fetch *all* of the 'thing' in question - whereas what I think we really want is some kind of...