← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1312499] Re: add alert-error in local_settings.py not work

 

Reviewed:  https://review.openstack.org/266406
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1b8783b47ab63838acfbfaada93c4bd6402ee8c5
Submitter: Jenkins
Branch:    master

commit 1b8783b47ab63838acfbfaada93c4bd6402ee8c5
Author: Rob Cresswell <robert.cresswell@xxxxxxxxxxx>
Date:   Tue Jan 12 14:40:47 2016 +0000

    Fix doc incorrectly specifying alert-error
    
    The settings doc specifies 'alert-error', when horizon uses
    'alert-danger'. This causes unexpected behaviour when altering
    HORIZON_CONFIG, such as alerts that don't fade (see bug report)
    
    Change-Id: I8e5f3e253db980700f6064264e985ea8cde759d4
    Closes-Bug: 1312499


** Changed in: horizon
       Status: In Progress => 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/1312499

Title:
  add alert-error in local_settings.py not work

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  add alert-error in HORIZON_CONFIG in local_settings.py., but it does
  not work, the error message is still exist until refresh the page.

  'auto_fade_alerts': {
          'delay': 3000,
          'fade_duration': 1500,
          'types': ['alert-success', 'alert-info', 'alert-error']
      },

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


References