mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 16:40:16 +08:00
Merge pull request #2547 from urbanrotnik/ur-sci-4557-update-permissions
Update permissions and automatic snapshots [SCI-4557] [SCI-4624]
This commit is contained in:
commit
fbd44a4e23
1 changed files with 3 additions and 1 deletions
|
@ -182,7 +182,9 @@ var MyModuleRepositories = (function() {
|
|||
stateLoadCallback: function(settings, callback) {
|
||||
var loadStateUrl = $(tableContainer).data('load-state-url');
|
||||
$.post(loadStateUrl, function(json) {
|
||||
json.state.columns[0].visible = false;
|
||||
if (!options.assign_mode) {
|
||||
json.state.columns[0].visible = false;
|
||||
}
|
||||
callback(json.state);
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue