Moves Badges over to EditEngine
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rP45ccc930ec4a: Convert Badges to use EditEngine
Create a new Badge, Edit a Badge
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Yeah, let me create some kind of "IconDatasource" thing that works like Tokenizers do, then we can swap them out as we bring EditEngine in. I'll file something to get that built. The rest of this looks good.
Comment Actions
yeah, it's like deceptively simple. though looks like I need to add an archive thingy for conduit.
Comment Actions
Either:
- Take a crack at implementing the new EditField for icons; or
- if that doesn't go well, stick a text field in there for now or just TODO it and I'll counter-diff you with the IconSetEditField?
src/applications/badges/controller/PhabricatorBadgesEditController.php | ||
---|---|---|
3 | I think this should extend from PhabricatorBadgesController? |