Nowi5

Results 14 comments of Nowi5
trafficstars

> After running `doccano webserver --port 8000` Also, make sure you run `doccano task` in a separate terminal/window Yeah, that has nothing to do with this issue. I downgraded which...

I can confirm this error, this is because the values seem to be stored twice, once in the meta table and once in the custom table, but it seems only...

Updated a bit, as new entries need beside an update also an insert: ``` public function update_field_in_custom_table($value, $post_id, $field){ global $wpdb; if($field["readonly"]){ return; } if ( $field[self::SETTINGS_ENABLED] && $field['name'] &&...