|
@@ -122,7 +122,7 @@ public class TableContext {
|
|
|
|
|
|
if (ActionType.INSERT.equals(context.getActionType())) {
|
|
|
|
|
|
- if ( INSERT_VISIBLE.equals(insertVisible)) {
|
|
|
+ if (INSERT_CAN_EDIT.equals(insertCanEdit) ) {
|
|
|
commitData.put(entry.getKey(), entry.getValue());
|
|
|
} else {
|
|
|
|
|
@@ -132,7 +132,7 @@ public class TableContext {
|
|
|
}
|
|
|
} else {
|
|
|
|
|
|
- if ( UPDATE_VISIBLE.equals(updateVisible)) {
|
|
|
+ if (UPDATE_CAN_EDIT.equals(updateCanEdit) ) {
|
|
|
commitData.put(entry.getKey(), entry.getValue());
|
|
|
} else {
|
|
|
|