manager: prefix placeholder name with appropriate cell label (#24525)

This commit is contained in:
Frédéric Péters 2018-06-14 11:05:29 +02:00
parent dd7c193878
commit ead713413b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Placeholder(object):
def get_name(self):
if self.cell:
return '%s / %s' % (self.cell.get_verbose_name(), self.name)
return '%s / %s' % (self.cell.get_label(), self.name)
return self.name