mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
When server restores a disabled column, set it back to user's preference instead of just turn it on
This commit is contained in:
parent
32943c5c15
commit
e6678399d2
@ -593,7 +593,7 @@ var et2_nextmatch_controller = (function(){ "use strict"; return et2_dataview_co
|
|||||||
.set_visibility(
|
.set_visibility(
|
||||||
nm.getArrayMgr('content').parseBoolExpression(nm.columns[column_index].disabled) ?
|
nm.getArrayMgr('content').parseBoolExpression(nm.columns[column_index].disabled) ?
|
||||||
ET2_COL_VISIBILITY_DISABLED :
|
ET2_COL_VISIBILITY_DISABLED :
|
||||||
ET2_COL_VISIBILITY_VISIBLE
|
nm.columns[column_index].visible
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user