return false;
}
}
+ },
+ { name : ccs_strings.CHECKOUT_OK,
+ field : "checkout_ok",
+ editor : dojox.grid.editors.bool,
+ get : function (row) {
+ var r = window.status_data_model.getRow(row);
+ if (r) {
+ var h = r.checkout_ok;
+ if (h == 't' || h === true) return true;
+ return false;
+ }
+ }
}
]
]
"CONFIRM_EXIT_PPL": "There are unsaved modified permissions. Click OK to save these changes, or Cancel to abandon them.",
"CONFIRM_UNSAVED_CHANGES": "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them.",
"COPY_ACTIVE": "Sets copy active",
+ "CHECKOUT_OK": "Checkout OK",
"ERROR_CALLING_METHOD_AOUT": "Problem calling method to create child organization type",
"ERROR_CALLING_METHOD_CAM": "Problem calling method to create new ${0}",
"ERROR_CALLING_METHOD_CCS": "Problem calling method to create new copy status",