It is not possible to override saved connection details in t…
Table of Contents
This page is a capture in the discarded bucket of the product backlog.
Resolved (deep backlog refinement, 2026-07-11): AddItemDialog already supports edit mode for connections: projects/ores.qt/application/src/AddItemDialog.cpp:saveConnection() branches on isCreateMode_ and calls manager_->update_connection(conn, password) when editing (not just create_connection); connection_manager.hpp:119 declares update_connection(…). ConnectionTreeModel.cpp also calls update_connection at lines 309 and 462. Editing/overriding saved connections is implemented.
What
(One paragraph: the idea.)
Why
(Motivation, problem being solved, related context.)