When I enable persistence in the kanban settings, the Kanban stops loading and I get a console error in the browser:
"Uncaught TypeError: this.adaptor.processQuery is not a function at DataManager.executeLocal "
Here is my datasource:
new DataManager({
url: "/controller/getdata",
updateUrl: '/controller/editdata',
adaptor: new UrlAdaptor
});