AFTS Query doesn't work after adding Node?
Hey Guys,I have a method called "listData()" in which I query data from Alfresco with an AFTS query. When calling the method without anything has changed, the query workes fine. But when I add a Node like here:and then call "listData()", the query do...