From 090ab2efc82c3592394d88e0794da5080c89043a Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Tue, 4 Feb 2020 23:25:28 +0300 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 770681f7..dde5f9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Actions in users module (ActivateUsers, AddRight, DeactivateUsers, DeleteRight, DeleteUsers) now accept an array of users instead of one user - Leave dropdown menu open after clicking an action - Move current try/catch error handling from view files to module, add it where necessary +- Display checkboxes in status card and fetch statuses only when status card was rendered from Statuses by instance page +- Move statuses by instance state from local state to store state +- Pass user's ID to actions that moderate users when action is called from user's profile page ### Added @@ -32,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Show checkmarks when tag is applied - Reports update (also, now it's optimistic) - Remove duplicated success message +- Fix styles for Statuses by instance page ## [1.2.0] - 2019-09-27