gd-sprest-bs 10.12.39 → 10.12.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -978,7 +978,7 @@ exports.ListForm.renderEditForm = function (props) {
978
978
  };
979
979
  var updateReadOnly = function (control) {
980
980
  // See if this control is readonly
981
- if (control.isReadonly) {
981
+ if (control.isReadonly && control.name) {
982
982
  // Get the control display properties
983
983
  var dispControl = renderDisplay(control.name, props);
984
984
  if (dispControl) {