axelerant / custom-bulkquick-edit

Custom Bulk and Quick Edit plugin for WordPress
https://wordpress.org/plugins/custom-bulkquick-edit
GNU General Public License v2.0
13 stars 1 forks source link

Custom field value of "0" isn't displayed in the columns #39

Closed michael-cannon closed 10 years ago

michael-cannon commented 10 years ago

I noticed that a custom field value of "0" isn't displayed in the columns but saved and displayed in the actual single post custom field meta box. That's really confusing as you don't really know which fields have a "0" assigned or are still empty...


https://aihrus.zendesk.com/agent/#/tickets/1441

michael-cannon commented 10 years ago

In debugging, I'm thinking this is coming from the WordPress side of things.

I've got a temp fix in place to make 0 into 00, but the save can be 0. Or if not careful, it'll become 00.

Alright, now showing 0 as Ø. JavaScript converts back to 0 during quick edit.