No way to set photos yet, but if you magic them in they work.
Primarily, this consolidates rendering logic so the move + edit + view controllers all run the same code to do tags / cover photos.
Differential D15201
Add storage and read logic for workboard card cover photos epriestley on Feb 6 2016, 9:46 PM. Authored by Tags None Referenced Files
Subscribers None
Details
No way to set photos yet, but if you magic them in they work. Primarily, this consolidates rendering logic so the move + edit + view controllers all run the same code to do tags / cover photos.
Diff Detail
Event Timeline
Comment Actions There's a lint rule that corrects X to self when X is the current class. Most of the time I think it's good on the balance. I'm not totally sold on new self() which is a little weird, but it's consistent with self::CLASS_CONST and that one is usually preferred, I think. |