← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1352583] Re: DeleteBackup incomplete action_past message

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1352583

Title:
  DeleteBackup incomplete action_past message

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/volumes/backups/tables.py#L49

  class DeleteBackup(tables.DeleteAction):
      data_type_singular = _("Volume Backup")
      data_type_plural = _("Volume Backups")
      action_past = _("Scheduled deletion of")    <== *
      policy_rules = (("volume", "backup:delete"),)

  *seems to be missing "%(data_types)s" like in other places

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1352583/+subscriptions


References