i think this code !isset($definitions) is not good it must be empty($definitions)

public function getDefinitions() {
    $definitions = $this->getCachedDefinitions();
    if (!isset($definitions)) {
      $definitions = $this->findDefinitions();
      $this->setCachedDefinitions($definitions);
    }
    return $definitions;
  }

Comments

lazzyvn created an issue. See original summary.

lazzyvn’s picture

Title: button Add group don't show in people/accounts » list Add group don't show custom field group
Issue summary: View changes
lazzyvn’s picture

Issue summary: View changes
nils.destoop’s picture

Status: Active » Postponed (maintainer needs more info)

Can you explain a bit more the issue? The code you mention is part of drupal core. So for that part, you should add an issue on the drupal core queue.

nils.destoop’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)