Merge branch 'master' into sort-and-filter-collections

This commit is contained in:
Anthony Lavado 2021-03-24 23:56:44 -04:00 committed by GitHub
commit 81b7af5b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ sub init()
m.filter = "All"
m.loadItemsTask = createObject("roSGNode", "LoadItemsTask2")
m.loadItemsTask.observeField("content", "ItemDataLoaded")
end sub
@ -74,6 +73,7 @@ sub loadInitialItems()
print "Unknown Type: " m.top.parentItem
end if
m.loadItemsTask.observeField("content", "ItemDataLoaded")
m.loadItemsTask.control = "RUN"
SetUpOptions()