mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow direct navigation (i.e. typing of paths) in the file manager. Fixes #1911
This commit is contained in:
committed by
Dave Page
parent
687a793383
commit
4ef26a528b
@@ -197,7 +197,7 @@ class _Preference(object):
|
||||
)
|
||||
db.session.add(pref)
|
||||
else:
|
||||
pref.value = str(value)
|
||||
pref.value = u"{}".format(value)
|
||||
db.session.commit()
|
||||
|
||||
return True, None
|
||||
|
||||
Reference in New Issue
Block a user