Page MenuHomePhabricator

Allow renaming default "Backlog" column in work boards through Maniphest's configuration
Closed, ResolvedPublic

Event Timeline

swisspol renamed this task from Allow renaming default column in work boards to Allow renaming default column in work boards in Maniphest configuration.
swisspol raised the priority of this task from to Needs Triage.
swisspol updated the task description. (Show Details)
swisspol added a subscriber: swisspol.

I'm going to merge this into T4431, because it overlaps with a more general request ("it should be easy to make a project that has a common set of columns"). It's not precisely clear what this will look like yet.

Fair enough. In the mean time, I'll patch this piece of code:

public function getDisplayName() {
  if ($this->isDefaultColumn()) {
    return pht('Backlog');
  }
  return $this->getName();
}

Oh, sorry, I misunderstood: I thought we already let you rename it, but you wanted to change the default name for new columns.

We don't actually let you rename it at all. We should. This can stick around.

swisspol renamed this task from Allow renaming default column in work boards in Maniphest configuration to Allow renaming default "Backlog" column in work boards through Maniphest's configuration.May 18 2014, 6:32 PM
In T5101#6, @swisspol wrote:

Fair enough. In the mean time, I'll patch this piece of code:

You might be able to add your change to config/group/translations/ instead of maintaining a local patch.

chad triaged this task as Normal priority.May 23 2014, 6:44 PM