stable

Clone or download

Read-only

(re)Fix the display when an item is created

This is a part of the story #12450 see a preview of document When an item was created, the animation works well only if an item is a file. How to test: - Create an item ( type != file) in a expended folder via the quick look => The animation should be displayed - Create an item in a collapsed folder via the quick look => There is no animation ( but the animation is still here if you expand the folder quickly) - Create an item in a folder via the dropdown in the header. => the animation should be displayed. Change-Id: Ie9f20dacad8bf41a0ee3ce62ace0eddea5baa5f3

Modified Files

Name
M plugins/document/scripts/document/components/Folder/NewItem/NewFolderModal.vue +5 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/NewItem/NewItemModal.vue +5 −1 Go to diff View file
M plugins/document/scripts/document/store/actions.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +52 −10 Go to diff View file