Project

General

Profile

Download (498 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7d6d573e 06/18/2018 12:12 PM Boaz Shuster

Fixes #23709 - Fix ajaxRequestAction failure dispatch

The FAILURE action dispatched in ajaxRequestAction is not
aligned with the bookmarks, powerStatus and statistics
reducers:
- Moving to axios returns Error object instead of a string
- The payload doesn't contain "id" but "item"...

a5a6b5df 11/16/2017 12:10 PM Dan Seethaler

Fixes #21624 - eslint update to airbnb-base

Replace existing custom rules with airbnb-base config.
Eventually we'll want to to move to the full airbnb config
with react and a11y.

http://projects.theforeman.org/issues/21624

ee7002f8 03/07/2017 12:03 PM matan

Fixes #18591 - powerStatus in redux

a303c6bb 02/15/2017 07:55 AM matan

fixes #18464 - Add Redux to statistics page

This is a first step to replacing Flux with Redux