nbmongo
nbmongo copied to clipboard
When a field contains an URL the flat table view doesn't show anything
I.e. with the below content the flat table view doesn't show the rows:
/* 0 */ { "_id" : ObjectId("5825cbd45cd6964d4d66c600"), "className" : "models.News", "title" : "the title", "content" : "the content", "imageURL" : "https://en.wikipedia.org/wiki/File:AppleTV-4th-gen.png", "videoURL" : "https://youtu.be/8wR9aK6DsVI" }
/* 1 */ { "_id" : ObjectId("5825cbd95cd6964d4d66c601"), "className" : "models.News", "title" : "title was updated", "content" : "a contnet to be updated" }
Hi Pedro,
After investigation it seemes to be part of a more general bug (npe), I should publish a fix soon :)
Best regards, Yann