nbmongo icon indicating copy to clipboard operation
nbmongo copied to clipboard

When a field contains an URL the flat table view doesn't show anything

Open pedrohidalgo opened this issue 8 years ago • 1 comments

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" }

pedrohidalgo avatar Nov 11 '16 13:11 pedrohidalgo

Hi Pedro,

After investigation it seemes to be part of a more general bug (npe), I should publish a fix soon :)

Best regards, Yann

le-yams avatar Jan 04 '17 13:01 le-yams