mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue creating extensions 'postgis_topology', and
'postgis_tiger_geocoder'. Current implementation changes the schema name, whenever we chance the name, which is wrong. We should have not change the schema for this event. Thanks Fahar Abbas for reporting.
This commit is contained in:
parent
1aeab98a2b
commit
491bd3605b
@ -154,9 +154,7 @@ function($, _, S, pgAdmin, pgBrowser) {
|
||||
'version' : '',
|
||||
'relocatable': (
|
||||
(!_.isNull(d.relocatable[0]) && !_.isUndefined(d.relocatable[0])) ?
|
||||
d.relocatable[0]: ''),
|
||||
'schema': ((!_.isNull(d.schema[0]) &&
|
||||
!_.isUndefined(d.schema[0])) ? d.schema[0]: '')
|
||||
d.relocatable[0]: '')
|
||||
};
|
||||
this.model.set(changes);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user