[pgadmin-org/pgadmin4] 639a28: Fixed code smell 'Prefer using an optional chain e...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 639a28: Fixed code smell 'Prefer using an optional chain e...
Date: 2024-01-25 11:22:16
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/41fe1d-639a28@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 639a28fbfc97db2f85f72b6a0cbc24c79afd88b0
https://github.com/pgadmin-org/pgadmin4/commit/639a28fbfc97db2f85f72b6a0cbc24c79afd88b0
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2024-01-25 (Thu, 25 Jan 2024)

Changed paths:
M web/pgadmin/browser/server_groups/servers/databases/schemas/collations/static/js/collation.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/types/static/js/type.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js
M web/pgadmin/browser/server_groups/servers/databases/static/js/database.js
M web/pgadmin/browser/server_groups/servers/static/js/server.js
M web/pgadmin/browser/static/js/MainMenuFactory.js
M web/pgadmin/browser/static/js/browser.js
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/dashboard/static/js/Dashboard.jsx
M web/pgadmin/dashboard/static/js/WelcomeDashboard.jsx
M web/pgadmin/misc/cloud/static/js/biganimal_schema.ui.js
M web/pgadmin/misc/cloud/static/js/google.js
M web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx
M web/pgadmin/misc/properties/CollectionNodeProperties.jsx
M web/pgadmin/misc/statistics/static/js/Statistics.jsx
M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx
M web/pgadmin/static/bundle/app.js
M web/pgadmin/static/js/Dialogs/MasterPasswordContent.jsx
M web/pgadmin/static/js/Dialogs/NamedRestoreContent.jsx
M web/pgadmin/static/js/Explain/Graphical.jsx
M web/pgadmin/static/js/Explain/index.jsx
M web/pgadmin/static/js/QuickSearch/online_help.js
M web/pgadmin/static/js/SchemaView/DepListener.js
M web/pgadmin/static/js/SchemaView/FormView.jsx
M web/pgadmin/static/js/SchemaView/MappedControl.jsx
M web/pgadmin/static/js/SchemaView/base_schema.ui.js
M web/pgadmin/static/js/SchemaView/index.jsx
M web/pgadmin/static/js/UtilityView.jsx
M web/pgadmin/static/js/chartjs/index.jsx
M web/pgadmin/static/js/components/CodeMirror.jsx
M web/pgadmin/static/js/components/FormComponents.jsx
M web/pgadmin/static/js/components/SelectRefresh.jsx
M web/pgadmin/static/js/helpers/ModalProvider.jsx
M web/pgadmin/static/js/keyboard_shortcuts.js
M web/pgadmin/static/js/tree/pgadmin_tree_save_state.js
M web/pgadmin/static/js/tree/tree.js
M web/pgadmin/static/js/window.js
M web/pgadmin/static/vendor/require/require.js
M web/pgadmin/tools/backup/__init__.py
M web/pgadmin/tools/debugger/static/js/DebuggerModule.js
M web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx
M web/pgadmin/tools/debugger/static/js/debugger_utils.js
M web/pgadmin/tools/import_export/static/js/import_export.js
M web/pgadmin/tools/maintenance/static/js/maintenance.js
M web/pgadmin/tools/psql/static/js/psql_module.js
M web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx
M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx
M web/regression/javascript/tree/tree_fake.js

Log Message:
-----------
Fixed code smell 'Prefer using an optional chain expression instead, as it's more concise and easier to read'.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2024-01-25 12:38:03 [pgadmin-org/pgadmin4] 4c5324: Fixed API test cases for Backup.
Previous Message dependabot[bot] 2024-01-25 10:11:14 [pgadmin-org/pgadmin4]