mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the user is able to edit properties when some of the collection nodes are selected. Fixes #5629
This commit is contained in:
committed by
Akshay Joshi
parent
1802f8a3f8
commit
ced296939f
@@ -186,6 +186,10 @@ define([
|
||||
headerCell: Backgrid.Extension.SelectAllHeaderCell,
|
||||
});
|
||||
}
|
||||
/* Columns should be always non-editable */
|
||||
gridSchema.columns.forEach((col)=>{
|
||||
col.disabled = true;
|
||||
});
|
||||
// Initialize a new Grid instance
|
||||
that.grid = new Backgrid.Grid({
|
||||
emptyText: gettext('No data found'),
|
||||
|
||||
Reference in New Issue
Block a user