Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

EZP-25248: Be able to empty the Trash #503

Merged
merged 2 commits into from Feb 8, 2016
Merged

Conversation

yannickroger
Copy link
Contributor

Link: https://jira.ez.no/browse/EZP-25248

Description

This PR adds a menu on the right of the Trash with a button to empty it.

trash

Tests

Manual and unit tests

@yannickroger yannickroger force-pushed the ezp-25248-empty_trash branch 3 times, most recently from d25c57b to 0e31f38 Compare February 4, 2016 14:53
@yannickroger yannickroger changed the title [WIP] EZP-25248: Be able to empty the Trash EZP-25248: Be able to empty the Trash Feb 4, 2016
@yannickroger
Copy link
Contributor Author

Ready for reviews ( ping @dpobel @StephaneDiot )

@@ -34,8 +41,11 @@ YUI.add('ez-trashview-tests', function (Y) {
contentType: this.contentTypeMock
}];

this.barMock = new RenderedView();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not really a mock, you'd better call it this.barView. Also, the RenderedView instance sets its rendered to true but this is not checked anywhere AFAICS.

@dpobel
Copy link
Contributor

dpobel commented Feb 4, 2016

besides inline comments, +1

@StephaneDiot
Copy link
Contributor

+1

@dpobel
Copy link
Contributor

dpobel commented Feb 5, 2016

I've just realized you forgot to add the changes to Resources/public/fonts/selection.json

yannickroger added a commit that referenced this pull request Feb 8, 2016
EZP-25248: Be able to empty the Trash
@yannickroger yannickroger merged commit 3226e6d into master Feb 8, 2016
@yannickroger yannickroger deleted the ezp-25248-empty_trash branch February 8, 2016 10:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants