mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Fixes: #4644 Without this patch the filelist would always reload. However since not all the correct data was set yet it would often: 1. fireoff a propfind to ../webdav/ 2. fireoff a propfind to ../webdav/<PATH> When just opening the file list those are the same so the result is just fine. However if opening a direct link it means that there is a race condition on which finishes first. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |
||
|---|---|---|
| .. | ||
| appSpec.js | ||
| breadcrumbSpec.js | ||
| detailsviewSpec.js | ||
| favoritesfilelistspec.js | ||
| favoritespluginspec.js | ||
| fileactionsmenuSpec.js | ||
| fileactionsSpec.js | ||
| filelistSpec.js | ||
| filesSpec.js | ||
| filesummarySpec.js | ||
| fileUploadSpec.js | ||
| mainfileinfodetailviewSpec.js | ||
| newfilemenuSpec.js | ||
| tagspluginspec.js | ||