Skip to content

Commit

Permalink
#11668 retain fixed/read only properties when editing a field
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell committed May 22, 2017
1 parent 12a54bc commit 2a7adc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ private Field dbSaveUpdate(final Field throwAwayField) throws DotDataException {
builder.fixed(oldField.fixed());
builder.readOnly(oldField.readOnly());
builder.dataType(oldField.dataType());

} catch (NotFoundInDbException e) {

// assign an inode and db column if needed
Expand Down

0 comments on commit 2a7adc2

Please sign in to comment.