diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-05 11:05:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-05 11:05:40 +0100 |
commit | 303248a7da2e671f69aa1a7308a1625492c3459b (patch) | |
tree | b5d17efd538d674c6af6a522583f06f31919231c /components/package/contents/ui/FolderListView.qml | |
parent | 7d8b069fb61cff1f5dc3206c31cd9c6664d39dc5 (diff) | |
download | kube-303248a7da2e671f69aa1a7308a1625492c3459b.tar.gz kube-303248a7da2e671f69aa1a7308a1625492c3459b.zip |
Filter folders by account
Diffstat (limited to 'components/package/contents/ui/FolderListView.qml')
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index f90a0711..6646d88f 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -49,7 +49,10 @@ Rectangle { | |||
49 | role: "name" | 49 | role: "name" |
50 | } | 50 | } |
51 | 51 | ||
52 | model: KubeFramework.FolderListModel { id: folderListModel} //; accountId: wrapper.accountId } | 52 | model: KubeFramework.FolderListModel { |
53 | id: folderListModel | ||
54 | accountId: root.accountId | ||
55 | } | ||
53 | 56 | ||
54 | onCurrentIndexChanged: { | 57 | onCurrentIndexChanged: { |
55 | model.fetchMore(currentIndex) | 58 | model.fetchMore(currentIndex) |