Skip to content

Commit

Permalink
SVY-18930 Cannot change the columnsAutoSizing property
Browse files Browse the repository at this point in the history
  • Loading branch information
lvostinar committed Feb 20, 2024
1 parent 624e125 commit 83050b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2727,6 +2727,10 @@ else if (ownJson.get(topMostKey) instanceof JSONObject)
inheritedValue = ownJson.get(topMostKey);
}
}
else if (Utils.equalObjects(id, topMostKey))
{
inheritedValue = ownJson.get(topMostKey);
}
}
}
else inheritedValue = ((AbstractBase)persistThatCouldBeExtended).getProperty((String)id);
Expand Down

0 comments on commit 83050b5

Please sign in to comment.