mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Hide the checkbox on the role property tab for 'Members of' and 'Members'.
refs #5404
This commit is contained in:
committed by
Akshay Joshi
parent
3f63f65674
commit
15b8d4711e
@@ -245,6 +245,7 @@ define('pgadmin.node.role', [
|
||||
allowClear: data.disabled ? false : true,
|
||||
placeholder: data.disabled ? '' : gettext('Select roles'),
|
||||
width: 'style',
|
||||
disabled: data.readonly ? true : false,
|
||||
}).on('change', function(e) {
|
||||
$(e.target).find(':selected').each(function() {
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user