User Details
- User Since
- Jun 4 2024, 05:59 (30 w, 6 d)
- Availability
- Available
Tue, Dec 24
Ah yeah that would 100% accomplish the ask here!
Mon, Dec 23
Nov 15 2024
Oct 23 2024
Oct 19 2024
For what it's worth I've applied this to my personal instance which tracks master, and I've foisted it on my work instance too---ostensibly tracking stable there, but ;)
Oct 15 2024
Okay, I got it! For future reference if anyone in a similar situation is stumbling across this and wants a fully working example to go off of, my more-than-a-little-cargo-culted code is currently:
Oct 14 2024
Many thanks, @20after4! That all largely did it; in addition to setting up the object a bit wrong (I knew it was a ManiphestTask instance, but was failing to get the actual object of it), I was also just using essentially my:custom-field rather than std:maniphest:my:custom-field.
Sep 6 2024
Does appear fixed in latest master!
Sep 5 2024
Aug 14 2024
I saw that in my searching but I just end up with Argument 1 passed to PhabricatorCustomField::getObjectField() must implement interface PhabricatorCustomFieldInterface whenever I try to use it, perhaps because I'm unsure what to actually pass it as the $object other than $this, though I second-guess my second-guessing because ManifestCustomField, which I'm extending, does seem to have the interface the error is claiming I'm missing?