$(document).on('change', '.primary', function(){
    id = this.id;
    $(".primary#"+id).prop('disabled', true);
    $.ajax({
        type: 'patch',