Page MenuHomePhabricator

Sprint extension fails with last Phabricator changes with PHUIIconView::setIconFont
Closed, ResolvedPublic

Description

Hi,

I have upgraded Phabricator and Phabricator-Sprint-Extension to last version available, and now Sprint extension shows this fatal error:

>>> UNRECOVERABLE FATAL ERROR <<<
Call to undefined method PHUIIconView::setIconFont()
/var/www/phabricator/libext/sprint/src/storage/SprintListDataProvider.php:93

Looks like Phabricator changed all calls to IconFont to just Icon.

To reproduce:

  • git pull on phacility/phabricator clone
  • git pull on wikimedia/phabricator-extensions-Sprint clone
  • go to sprint or project pages

Event Timeline

Cmmata raised the priority of this task from to Needs Triage.
Cmmata updated the task description. (Show Details)
Cmmata subscribed.

I have reproduced the same issue, too.

@Aklapper I can send a patch with all changes described in https://phabricator.wikimedia.org/T125398#1986846, but where do I have to send it? Github or Gerrit? If it doesn't matter, I prefer Github because I have sent PR's before. I have never worked with Gerrit, but I can take a look if it's the main repo.

Christopher set Security to None.