← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1352583] [NEW] DeleteBackup incomplete action_past message

 

Public bug reported:

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

** Affects: horizon
     Importance: Undecided
     Assignee: Cindy Lu (clu-m)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Cindy Lu (clu-m)

** Description changed:

  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")    <== seems to be missing "%(data_types)s" like in other places
-     policy_rules = (("volume", "backup:delete"),)
+     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

-- 
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):
  New

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


Follow ups

References