Skip to content

Commit

Permalink
Revert "Sorting issue on WebDAV documents view(release 2.1) #2396"
Browse files Browse the repository at this point in the history
  • Loading branch information
fractal3000 committed Dec 28, 2023
1 parent 903124e commit e696972
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ io.jmix.webdav.entity/WebdavLockDescriptor.deletedDate=Deleted date

io.jmix.webdav.entity/WebdavDocument=WebDAV document
io.jmix.webdav.entity/WebdavDocument.id=Id
io.jmix.webdav.entity/WebdavDocument.isLocked=Is locked
io.jmix.webdav.entity/WebdavDocument.versions=Versions
io.jmix.webdav.entity/WebdavDocument.webdavLockDescriptor=WebDAV lock descriptor
io.jmix.webdav.entity/WebdavDocument.versioning=Versioning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ io.jmix.webdav.entity/WebdavLockDescriptor.deletedDate=Дата удаления

io.jmix.webdav.entity/WebdavDocument=Документ WebDAV
io.jmix.webdav.entity/WebdavDocument.id=Id
io.jmix.webdav.entity/WebdavDocument.isLocked=Заблокирован
io.jmix.webdav.entity/WebdavDocument.versions=Версии
io.jmix.webdav.entity/WebdavDocument.webdavLockDescriptor=Дескриптор блокировки документа WebDAV
io.jmix.webdav.entity/WebdavDocument.versioning=Версионирование
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ io.jmix.webdavflowui.view.webdavdocument/webdavDocumentCollectionDetailView.titl
io.jmix.webdavflowui.view.webdavdocument/filePathLabelCaption=Path:
io.jmix.webdavflowui.view.webdavdocument/applyFilePathBtnCaption=Go to path
io.jmix.webdavflowui.view.webdavdocument/onRenameCollection=Rename
io.jmix.webdavflowui.view.webdavdocument/invalidPath=Invalid path "%s"
io.jmix.webdavflowui.view.webdavdocument/documentNotFound=Document collection with the given path was not found. Path "%s"
io.jmix.webdavflowui.view.webdavdocument/emptyPath=Path should be filled
io.jmix.webdavflowui.view.webdavdocument/invalidPath=Invalid path
io.jmix.webdavflowui.view.webdavdocument/documentNotFound=Document collection with the given path was not found
io.jmix.webdavflowui.view.webdavdocument/lastVersionCreatedBy=Last modified by
io.jmix.webdavflowui.view.webdavdocument/lastVersionCreatedDate=Last modified date
io.jmix.webdavflowui.view.webdavdocument/searchResults=Search results:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ io.jmix.webdavflowui.view.webdavdocument/webdavDocumentCollectionDetailView.titl
io.jmix.webdavflowui.view.webdavdocument/filePathLabelCaption=Путь:
io.jmix.webdavflowui.view.webdavdocument/applyFilePathBtnCaption=Перейти
io.jmix.webdavflowui.view.webdavdocument/onRenameCollection=Переименовать
io.jmix.webdavflowui.view.webdavdocument/invalidPath=Недопустимый путь "%s"
io.jmix.webdavflowui.view.webdavdocument/documentNotFound=Коллекция документов по указанному пути не была найдена. Путь "%s"
io.jmix.webdavflowui.view.webdavdocument/emptyPath=Путь должен быть заполнен
io.jmix.webdavflowui.view.webdavdocument/invalidPath=Неверный путь
io.jmix.webdavflowui.view.webdavdocument/documentNotFound=Коллекция документов по указанному пути не была найдена
io.jmix.webdavflowui.view.webdavdocument/lastVersionCreatedBy=Изменён кем
io.jmix.webdavflowui.view.webdavdocument/lastVersionCreatedDate=Дата изменения
io.jmix.webdavflowui.view.webdavdocument/searchResults=Результаты поиска:
Expand Down

0 comments on commit e696972

Please sign in to comment.